From: Jarkko Hietaniemi Date: Fri, 11 Aug 2000 00:31:50 +0000 (+0000) Subject: Document the IO::Select timeout. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8971464fe1368320f585ff9291c3746c6e33278b;p=p5sagit%2Fp5-mst-13.2.git Document the IO::Select timeout. p4raw-id: //depot/perl@6586 --- diff --git a/ext/IO/lib/IO/Select.pm b/ext/IO/lib/IO/Select.pm index df92b04..e84b54f 100644 --- a/ext/IO/lib/IO/Select.pm +++ b/ext/IO/lib/IO/Select.pm @@ -300,9 +300,9 @@ Return an array of all registered handles. =item can_read ( [ TIMEOUT ] ) Return an array of handles that are ready for reading. C is -the maximum amount of time to wait before returning an empty list. If -C is not given and any handles are registered then the call -will block. +the maximum amount of time to wait before returning an empty list, in +seconds, possibly fractional. If C is not given and any +handles are registered then the call will block. =item can_write ( [ TIMEOUT ] )