mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix typos in rdoc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a6f372d129
commit
b0c719dae4
1 changed files with 2 additions and 3 deletions
|
@ -308,10 +308,9 @@ ttymode(VALUE io, VALUE (*func)(VALUE), void (*setter)(conmode *, void *), void
|
|||
* will read and return a line without echo back and line editing.
|
||||
*
|
||||
* The parameter +min+ specifies the minimum number of bytes that
|
||||
* should be received when the read operation is performed. (default:
|
||||
* 1)
|
||||
* should be received when a read operation is performed. (default: 1)
|
||||
*
|
||||
* The paramter +time+ specifies the timeout in _seconds_, with a
|
||||
* The parameter +time+ specifies the timeout in _seconds_ with a
|
||||
* precision of 1/10 of a second. (default: 0)
|
||||
*
|
||||
* Refer to the manual page of termios for further details.
|
||||
|
|
Loading…
Add table
Reference in a new issue