mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* io.c: Fix rdoc typo [Github fixes #256]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0230ff7020
commit
b0c40fca24
1 changed files with 1 additions and 1 deletions
2
io.c
2
io.c
|
@ -8350,7 +8350,7 @@ rb_io_advise(int argc, VALUE *argv, VALUE io)
|
|||
* Calls select(2) system call.
|
||||
* It monitors given arrays of <code>IO</code> objects, waits one or more
|
||||
* of <code>IO</code> objects ready for reading, are ready for writing,
|
||||
* and have pending exceptions respectably, and returns an array that
|
||||
* and have pending exceptions respectively, and returns an array that
|
||||
* contains arrays of those IO objects. It will return <code>nil</code>
|
||||
* if optional <i>timeout</i> value is given and no <code>IO</code> object
|
||||
* is ready in <i>timeout</i> seconds.
|
||||
|
|
Loading…
Add table
Reference in a new issue