Strip the *markers* from #9919.
Jarkko Hietaniemi [Mon, 30 Apr 2001 13:56:04 +0000 (13:56 +0000)]
p4raw-id: //depot/perl@9920

pod/perlfaq.pod
pod/perlfaq5.pod

index 9c4eac6..3f5536b 100644 (file)
@@ -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 *
 
index 632fc92..dde1fea 100644 (file)
@@ -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