summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-01-29 10:57:40 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-01-29 10:57:40 +0000
commite3176d09175983fa5c9fa7bc6d286b6349cbc891 (patch)
tree429665893f1982b7218c4d2a5dc27328f1d69925 /pod/perlfunc.pod
parent15f169a1089447c7f805778ce6caca1f591d50fc (diff)
downloadperl-e3176d09175983fa5c9fa7bc6d286b6349cbc891.tar.gz
More wording nits about perl's time() versus the libc's time()
p4raw-id: //depot/perl@33104
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r--pod/perlfunc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 7d9e2379a9..3a5abd2470 100644
--- 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: