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@22993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6712cca3b5
commit
e36cfc749f
1 changed files with 1 additions and 1 deletions
2
io.c
2
io.c
|
@ -2018,7 +2018,7 @@ rb_io_write_nonblock(VALUE io, VALUE str)
|
|||
* end
|
||||
* }
|
||||
*
|
||||
* Note that this method behaves like fread function in C.
|
||||
* Note that this method behaves like fread() function in C.
|
||||
* If you need the behavior like read(2) system call,
|
||||
* consider readpartial, read_nonblock and sysread.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue