mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33664 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cb230eee02
commit
bd3b3c1b51
1 changed files with 4 additions and 1 deletions
5
io.c
5
io.c
|
@ -2357,7 +2357,10 @@ rb_io_write_nonblock(VALUE io, VALUE str)
|
|||
* }
|
||||
*
|
||||
* Note that this method behaves like fread() function in C.
|
||||
* If you need the behavior like read(2) system call,
|
||||
* This means it retry to invoke read(2) system call to read data with the specified length (or until EOF).
|
||||
* This behavior is preserved even if <i>ios</i> is non-blocking mode.
|
||||
* (This method is non-blocking flag insensitive as other methods.)
|
||||
* If you need the behavior like single read(2) system call,
|
||||
* consider readpartial, read_nonblock and sysread.
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue