diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-04 22:56:23 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-04 22:56:23 +0000 |
commit | 06a5f41f0431df02a9cd266d1e2a88d3625b083b (patch) | |
tree | 08552950257d315bd7daa75a0c14a8f7a5665dec /pod/perlfaq5.pod | |
parent | 466bafcd4432239968dcf0c427d25b79b1833243 (diff) | |
download | perl-06a5f41f0431df02a9cd266d1e2a88d3625b083b.tar.gz |
A bit of "perl.com" cleanup.
p4raw-id: //depot/perl@14083
Diffstat (limited to 'pod/perlfaq5.pod')
-rw-r--r-- | pod/perlfaq5.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlfaq5.pod b/pod/perlfaq5.pod index 80a8fb6fff..ef7b5cb73f 100644 --- a/pod/perlfaq5.pod +++ b/pod/perlfaq5.pod @@ -1128,9 +1128,9 @@ documentation for details. =head2 Why does Perl let me delete read-only files? Why does C<-i> clobber protected files? Isn't this a bug in Perl? -This is elaborately and painstakingly described in the "Far More Than -You Ever Wanted To Know" in -http://www.cpan.org/doc/FMTEYEWTK/file-dir-perms . +This is elaborately and painstakingly described in the +F<file-dir-perms> article in the "Far More Than You Ever Wanted To +Know" collection in http://www.cpan.org/olddoc/FMTEYEWTK.tgz . The executive summary: learn how your filesystem works. The permissions on a file say what can happen to the data in that file. |