summaryrefslogtreecommitdiff
path: root/pod/perlclib.pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2001-09-01 00:14:13 +0100
committerAbhijit Menon-Sen <ams@wiw.org>2001-09-01 11:31:16 +0000
commit2826e23d06eb57e0799af5f9f67c55c5975ba0e5 (patch)
tree4a1efda540fbc68dc44ec970ed472c4e49293199 /pod/perlclib.pod
parent949d010fe77e69674beb14306cfc1b92afa3e47c (diff)
downloadperl-2826e23d06eb57e0799af5f9f67c55c5975ba0e5.tar.gz
oct() and hex()
Message-Id: <20010831231413.J4950@plum.flirble.org> p4raw-id: //depot/perl@11807
Diffstat (limited to 'pod/perlclib.pod')
-rw-r--r--pod/perlclib.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlclib.pod b/pod/perlclib.pod
index a0f4a80eec..861bf5e3f3 100644
--- a/pod/perlclib.pod
+++ b/pod/perlclib.pod
@@ -166,7 +166,7 @@ table, C<c> is a C<char>, and C<u> is a Unicode codepoint.
strtoul(s, *p, n) Strtoul(s, *p, n)
Notice also the C<scan_bin>, C<scan_hex>, and C<scan_oct> functions in
-F<util.c> for converting strings representing numbers in the respective
+F<numeric.c> for converting strings representing numbers in the respective
bases into C<NV>s.
In theory C<Strtol> and C<Strtoul> may not be defined if the machine perl is