summaryrefslogtreecommitdiff
path: root/pod/perlfaq5.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-04-30 13:56:04 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-04-30 13:56:04 +0000
commitf52f3be278b23c3517df18c555b0653faa969373 (patch)
treedadbd1cf2370ca383ebf2cc9cf6a9e01e5f59845 /pod/perlfaq5.pod
parent05caf3a7d947f44eccc82f60ff831313f64345c1 (diff)
downloadperl-f52f3be278b23c3517df18c555b0653faa969373.tar.gz
Strip the *markers* from #9919.
p4raw-id: //depot/perl@9920
Diffstat (limited to 'pod/perlfaq5.pod')
-rw-r--r--pod/perlfaq5.pod3
1 files changed, 1 insertions, 2 deletions
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