Re: [ID 20020227.003] minor text imperfection in perlrun manpage
Robin Barker [Wed, 27 Feb 2002 14:39:35 +0000 (14:39 +0000)]
Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>

p4raw-id: //depot/perl@14893

pod/perlrun.pod

index 7c56788..0a709bd 100644 (file)
@@ -545,7 +545,7 @@ Here is an efficient way to delete all files older than a week:
 This is faster than using the B<-exec> switch of B<find> because you don't
 have to start a process on every filename found.  It does suffer from
 the bug of mishandling newlines in pathnames, which you can fix if
-you
+you follow the example under B<-0>. 
 
 C<BEGIN> and C<END> blocks may be used to capture control before or after
 the implicit program loop, just as in B<awk>.