X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FIO%2Flib%2FIO%2FSelect.pm;h=e84b54f0159eba645def0342bd080b33720128a6;hb=22d4bb9ccb8701e68f9243547d7e3a3c55f70908;hp=df92b04b74f3bb127feb799784b5f0972de47195;hpb=4b19af017623bfa3bb72bb164598a517f586e0d3;p=p5sagit%2Fp5-mst-13.2.git 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 ] )