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

index 7d9e237..3a5abd2 100644 (file)
@@ -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: