From: Jarkko Hietaniemi Date: Mon, 30 Apr 2001 13:56:04 +0000 (+0000) Subject: Strip the *markers* from #9919. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f52f3be278b23c3517df18c555b0653faa969373;p=p5sagit%2Fp5-mst-13.2.git Strip the *markers* from #9919. p4raw-id: //depot/perl@9920 --- diff --git a/pod/perlfaq.pod b/pod/perlfaq.pod index 9c4eac6..3f5536b 100644 --- a/pod/perlfaq.pod +++ b/pod/perlfaq.pod @@ -692,8 +692,7 @@ I still don't get locking. I just want to increment the number in the file. Ho =item * -All I want to do is append a small amount of text to the end of a -file. Do I *still* have to use locking? +All I want to do is append a small amount of text to the end of a file. Do I still have to use locking? =item * diff --git a/pod/perlfaq5.pod b/pod/perlfaq5.pod index 632fc92..dde1fea 100644 --- a/pod/perlfaq5.pod +++ b/pod/perlfaq5.pod @@ -723,8 +723,7 @@ Here's a much better web-page hit counter: If the count doesn't impress your friends, then the code might. :-) -=head2 All I want to do is append a small amount of text to the end of a -file. Do I *still* have to use locking? +=head2 All I want to do is append a small amount of text to the end of a file. Do I still have to use locking? If you are on a system that correctly implements flock() and you use the example appending code from "perldoc -f flock" everything will be OK