projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
15f169a
)
More wording nits about perl's time() versus the libc's time()
Rafael Garcia-Suarez [Tue, 29 Jan 2008 10:57:40 +0000 (10:57 +0000)]
p4raw-id: //depot/perl@33104
pod/perlfunc.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlfunc.pod
b/pod/perlfunc.pod
index
7d9e237
..
3a5abd2
100644
(file)
--- a/
pod/perlfunc.pod
+++ b/
pod/perlfunc.pod
@@
-2751,7
+2751,7
@@
C<$isdst> is true if the specified time occurs during Daylight Saving
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: