From: Rafael Garcia-Suarez Date: Tue, 4 Jun 2002 20:30:00 +0000 (+0000) Subject: perlfunc/lock() nits by Philip Newton and Johan Vromans. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f3a23afb10efe30e31d9e9074bc48f765bf19a29;p=p5sagit%2Fp5-mst-13.2.git perlfunc/lock() nits by Philip Newton and Johan Vromans. p4raw-id: //depot/perl@16985 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 49fa800..7d3bc1f 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -2473,10 +2473,10 @@ This function places an advisory lock on a variable, subroutine, or referenced object contained in I until the lock goes out of scope. -lock() is a "weak keyword" : that means that if you've defined a -function by this name, this function will be called instead. -(However, if you've said C, lock() is always a keyword.) -See L. +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. =item log EXPR