From: Rafael Garcia-Suarez Date: Tue, 29 Jan 2008 10:57:40 +0000 (+0000) Subject: More wording nits about perl's time() versus the libc's time() X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e3176d09175983fa5c9fa7bc6d286b6349cbc891;p=p5sagit%2Fp5-mst-13.2.git More wording nits about perl's time() versus the libc's time() p4raw-id: //depot/perl@33104 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 7d9e237..3a5abd2 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 uses the current time (as returned -by the C built-in). +by time(3)). In scalar context, C returns the ctime(3) value: