mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19111 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8c321128d9
commit
dead0a4c51
1 changed files with 2 additions and 0 deletions
2
io.c
2
io.c
|
@ -1798,6 +1798,8 @@ io_read_nonblock(int argc, VALUE *argv, VALUE io)
|
||||||
* write(2) system call after O_NONBLOCK is set for
|
* write(2) system call after O_NONBLOCK is set for
|
||||||
* the underlying file descriptor.
|
* the underlying file descriptor.
|
||||||
*
|
*
|
||||||
|
* It returns the number of bytes written.
|
||||||
|
*
|
||||||
* write_nonblock just calls write(2).
|
* write_nonblock just calls write(2).
|
||||||
* It causes all errors write(2) causes: EAGAIN, EINTR, etc.
|
* It causes all errors write(2) causes: EAGAIN, EINTR, etc.
|
||||||
* The result may also be smaller than string.length (partial write).
|
* The result may also be smaller than string.length (partial write).
|
||||||
|
|
Loading…
Add table
Reference in a new issue