Change 23637 by [EMAIL PROTECTED] on 2004/12/10 10:17:47
Pod nit ([perl #32800])
Affected files ...
... //depot/perl/pod/perlfunc.pod#449 edit
Differences ...
==== //depot/perl/pod/perlfunc.pod#449 (text) ====
Index: perl/pod/perlfunc.pod
--- perl/pod/perlfunc.pod#448~23550~ Sat Nov 27 06:43:37 2004
+++ perl/pod/perlfunc.pod Fri Dec 10 02:17:47 2004
@@ -614,7 +614,7 @@
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<not> a string of octal digits:
+number, and which definitely should I<not> be a string of octal digits:
C<0644> is okay, C<'0644'> is not. Returns the number of files
successfully changed. See also L</oct>, if all you have is a string.
End of Patch.