document that -i messes soft as well hard hard links.
authorDave Mitchell <davem@fdisolutions.com>
Sat, 24 Jul 2004 10:00:27 +0000 (10:00 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Sat, 24 Jul 2004 10:00:27 +0000 (10:00 +0000)
p4raw-id: //depot/perl@23160

pod/perlrun.pod

index be366f8..e99729e 100644 (file)
@@ -534,8 +534,8 @@ folks use it for their backup files:
     $ perl -pi~ -e 's/foo/bar/' file1 file2 file3...
 
 Note that because B<-i> renames or deletes the original file before
-creating a new file of the same name, UNIX-style hard links will not be
-preserved.
+creating a new file of the same name, UNIX-style soft and hard links will
+not be preserved.
 
 Finally, the B<-i> switch does not impede execution when no
 files are given on the command line.  In this case, no backup is made