mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5f5e0b7191
commit
8488b62d59
1 changed files with 3 additions and 3 deletions
4
io.c
4
io.c
|
@ -3850,9 +3850,9 @@ rb_io_syswrite(VALUE io, VALUE str)
|
|||
|
||||
/*
|
||||
* call-seq:
|
||||
* ios.sysread(integer[, outbuf]) -> string
|
||||
* ios.sysread(maxlen[, outbuf]) -> string
|
||||
*
|
||||
* Reads <i>integer</i> bytes from <em>ios</em> using a low-level
|
||||
* Reads <i>maxlen</i> bytes from <em>ios</em> using a low-level
|
||||
* read and returns them as a string. Do not mix with other methods
|
||||
* that read from <em>ios</em> or you may get unpredictable results.
|
||||
* If the optional <i>outbuf</i> argument is present, it must reference
|
||||
|
|
Loading…
Add table
Reference in a new issue