diff options
author | Michael Stevens <mstevens@etla.org> | 2001-03-15 20:01:12 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-16 02:53:32 +0000 |
commit | cea6626fc5e04af2c1d079dd4d3784eb2c21174b (patch) | |
tree | 90eadfaeaab2755554409cb8b6cc868e4054fcef /pod/perlrun.pod | |
parent | 8722d079bea855032e83d28746a234953bd00d85 (diff) | |
download | perl-cea6626fc5e04af2c1d079dd4d3784eb2c21174b.tar.gz |
the uncontroversial doc patches
Message-ID: <20010315200112.A7636@firedrake.org>
p4raw-id: //depot/perl@9175
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index aa2f06d0e2..3170df4ccc 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -451,8 +451,7 @@ specified in the extension then it will skip that file and continue on with the next one (if it exists). For a discussion of issues surrounding file permissions and B<-i>, -see L<perlfaq5/Why does Perl let me delete read-only files? Why -does -i clobber protected files? Isn't this a bug in Perl?>. +see L<perlfaq5/Why does Perl let me delete read-only files? Why does -i clobber protected files? Isn't this a bug in Perl?>. You cannot use B<-i> to create directories or to strip extensions from files. |