X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlopentut.pod;h=b158480935db76c7cadd21e949d14f42517ff2a7;hb=638ae6a920b7c2e92acd61b1d1e320b675c647c7;hp=b4003f4f2efbec0e78f0fba38879b7d0137a33cc;hpb=0e06870bf080a38cda51c06c6612359afc2334e1;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlopentut.pod b/pod/perlopentut.pod index b4003f4..b158480 100644 --- a/pod/perlopentut.pod +++ b/pod/perlopentut.pod @@ -765,7 +765,7 @@ uses locking and another doesn't, all bets are off. By default, the C call will block until a lock is granted. A request for a shared lock will be granted as soon as there is no -exclusive locker. A request for a exclusive lock will be granted as +exclusive locker. A request for an exclusive lock will be granted as soon as there is no locker of any kind. Locks are on file descriptors, not file names. You can't lock a file until you open it, and you can't hold on to a lock once the file has been closed. @@ -846,12 +846,8 @@ the POSIX documentation. Copyright 1998 Tom Christiansen. -When included as part of the Standard Version of Perl, or as part of -its complete documentation whether printed or otherwise, this work may -be distributed only under the terms of Perl's Artistic License. Any -distribution of this file or derivatives thereof outside of that -package require that special arrangements be made with copyright -holder. +This documentation is free; you can redistribute it and/or modify it +under the same terms as Perl itself. Irrespective of its distribution, all code examples in these files are hereby placed into the public domain. You are permitted and