From: Rafael Garcia-Suarez Date: Mon, 15 Feb 2010 23:00:32 +0000 (+0100) Subject: Doc adjustment about lock(), by Daniel Frederick Crisman X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7b043ca55b8bb82566a8cf1d36584b6eda4c3d1a;p=p5sagit%2Fp5-mst-13.2.git Doc adjustment about lock(), by Daniel Frederick Crisman --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 18787fe..d4a0ca2 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -2850,8 +2850,8 @@ object contained in I until the lock goes out of scope. lock() is a "weak keyword" : this means that if you've defined a function by this name (before any calls to it), that function will be called -instead. (However, if you've said C, lock() is always a -keyword.) See L. +instead. If you are not under C this does nothing. +See L. =item log EXPR X X X X X