Change 11807 by ams@ams-lustre on 2001/09/01 11:31:16
Subject: oct() and hex()
From: Nicholas Clark <[EMAIL PROTECTED]>
Date: Fri, 31 Aug 2001 23:14:13 +0100
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/pod/perlclib.pod#3 edit
Differences ...
==== //depot/perl/pod/perlclib.pod#3 (text) ====
Index: perl/pod/perlclib.pod
--- perl/pod/perlclib.pod.~1~ Sat Sep 1 05:45:06 2001
+++ perl/pod/perlclib.pod Sat Sep 1 05:45:06 2001
@@ -166,7 +166,7 @@
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
End of Patch.