From: Rafael Garcia-Suarez Date: Fri, 10 Dec 2004 10:17:47 +0000 (+0000) Subject: Pod nit ([perl #32800]) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4ad40acfc62db410aa4eb7654e17246f1fc97689;p=p5sagit%2Fp5-mst-13.2.git Pod nit ([perl #32800]) p4raw-id: //depot/perl@23637 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 5fde4b8..76fd640 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -614,7 +614,7 @@ false otherwise. See the example under C. Changes the permissions of a list of files. The first element of the list must be the numerical mode, which should probably be an octal -number, and which definitely should I a string of octal digits: +number, and which definitely should I be a string of octal digits: C<0644> is okay, C<'0644'> is not. Returns the number of files successfully changed. See also L, if all you have is a string.