From: Nicholas Clark Date: Fri, 5 Oct 2001 11:33:58 +0000 (+0100) Subject: perlfunc/select X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=be1191255a73a5531a5883f03e854df2a01b1f26;p=p5sagit%2Fp5-mst-13.2.git perlfunc/select Message-Id: <20011005113358.Z38756@plum.flirble.org> p4raw-id: //depot/perl@12339 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 86a09ba..6d94459 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -4111,7 +4111,7 @@ calling select() in scalar context just returns $nfound. Any of the bit masks can also be undef. The timeout, if specified, is in seconds, which may be fractional. Note: not all implementations are -capable of returning the$timeleft. If not, they always return +capable of returning the $timeleft. If not, they always return $timeleft equal to the supplied $timeout. You can effect a sleep of 250 milliseconds this way: