From f52f3be278b23c3517df18c555b0653faa969373 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 30 Apr 2001 13:56:04 +0000 Subject: Strip the *markers* from #9919. p4raw-id: //depot/perl@9920 --- pod/perlfaq.pod | 3 +-- pod/perlfaq5.pod | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'pod') diff --git a/pod/perlfaq.pod b/pod/perlfaq.pod index 9c4eac6672..3f5536b7fc 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 632fc926f9..dde1feac4d 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 -- cgit v1.2.1