Change 33104 by [EMAIL PROTECTED] on 2008/01/29 10:57:40
More wording nits about perl's time() versus the libc's time()
Affected files ...
... //depot/perl/pod/perlfunc.pod#591 edit
Differences ...
==== //depot/perl/pod/perlfunc.pod#591 (text) ====
Index: perl/pod/perlfunc.pod
--- perl/pod/perlfunc.pod#590~33095~ 2008-01-28 08:41:49.000000000 -0800
+++ perl/pod/perlfunc.pod 2008-01-29 02:57:40.000000000 -0800
@@ -2751,7 +2751,7 @@
Time, false otherwise.
If EXPR is omitted, C<localtime()> uses the current time (as returned
-by the C<time()> built-in).
+by time(3)).
In scalar context, C<localtime()> returns the ctime(3) value:
End of Patch.