Document the IO::Select timeout.
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 11 Aug 2000 00:31:50 +0000 (00:31 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 11 Aug 2000 00:31:50 +0000 (00:31 +0000)
p4raw-id: //depot/perl@6586

ext/IO/lib/IO/Select.pm

index df92b04..e84b54f 100644 (file)
@@ -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<TIMEOUT> is
-the maximum amount of time to wait before returning an empty list. If
-C<TIMEOUT> 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<TIMEOUT> is not given and any
+handles are registered then the call will block.
 
 =item can_write ( [ TIMEOUT ] )