From: Gurusamy Sarathy Date: Mon, 26 Jul 1999 17:37:04 +0000 (+0000) Subject: utime() doc typo from Greg Bacon X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=46cdf67852a338ad603a15c6495b703db1703e00;p=p5sagit%2Fp5-mst-13.2.git utime() doc typo from Greg Bacon p4raw-id: //depot/perl@3780 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index efa7b58..f9d498c 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -4823,7 +4823,7 @@ See L for a list of standard modules and pragmas. Changes the access and modification times on each file of a list of files. The first two elements of the list must be the NUMERICAL access and modification times, in that order. Returns the number of files -successfully changed. The inode modification time of each file is set +successfully changed. The inode change time of each file is set to the current time. This code has the same effect as the C command if the files already exist: