summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-12-10 10:17:47 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-12-10 10:17:47 +0000
commit4ad40acfc62db410aa4eb7654e17246f1fc97689 (patch)
treef7f1c61f33d8fcca3bbebe80960993e67b198048 /pod
parent65814f212804b54d640757f2e2db70ecb1e8440c (diff)
downloadperl-4ad40acfc62db410aa4eb7654e17246f1fc97689.tar.gz
Pod nit ([perl #32800])
p4raw-id: //depot/perl@23637
Diffstat (limited to 'pod')
-rw-r--r--pod/perlfunc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 5fde4b81af..76fd640e33 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -614,7 +614,7 @@ false otherwise. See the example under C<die>.
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.