Change 20611: Typo fix from Boris Zentner.

[email protected] (Jarkko Hietaniemi)
Newsgroups perl.perlfaq.workers,perl.perl5.changes
Message-ID <[email protected]>
Change 20611 by jhi@kosh on 2003/08/11 08:33:13

	Typo fix from Boris Zentner.

Affected files ...

... //depot/perl/pod/perlfaq5.pod#54 edit

Differences ...

==== //depot/perl/pod/perlfaq5.pod#54 (text) ====
Index: perl/pod/perlfaq5.pod
--- perl/pod/perlfaq5.pod#53~18604~	Thu Jan 30 12:52:05 2003
+++ perl/pod/perlfaq5.pod	Mon Aug 11 01:33:13 2003
@@ -549,7 +549,7 @@
 atomic test-and-set instruction.   In theory, this "ought" to work:
 
     sysopen(FH, "file.lock", O_WRONLY|O_EXCL|O_CREAT)
-		or die "can't open  file.lock: $!":
+		or die "can't open  file.lock: $!";
 
 except that lamentably, file creation (and deletion) is not atomic
 over NFS, so this won't work (at least, not every time) over the net.
End of Patch.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.