diff options
author | Nicholas Clark <nick@ccl4.org> | 2001-10-05 12:33:58 +0100 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2001-10-05 10:22:34 +0000 |
commit | be1191255a73a5531a5883f03e854df2a01b1f26 (patch) | |
tree | 9ecd0f1af9b8bc4dc95f7736ff9f6bad3f988a36 /pod | |
parent | 84f709e736e1ecec2cb204663711a2f0ea2f0e83 (diff) | |
download | perl-be1191255a73a5531a5883f03e854df2a01b1f26.tar.gz |
perlfunc/select
Message-Id: <20011005113358.Z38756@plum.flirble.org>
p4raw-id: //depot/perl@12339
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlfunc.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 86a09ba8dc..6d94459817 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: |