[DOC] Fix layout in documentation of IO#fcntl
This commit is contained in:
parent
8cd62fbc17
commit
f867e936a9
Notes:
git
2023-09-02 16:50:04 +00:00
Merged: https://github.com/ruby/ruby/pull/8359 Merged-By: nobu <nobu@ruby-lang.org>
2
io.c
2
io.c
@ -11372,7 +11372,7 @@ rb_fcntl(VALUE io, VALUE req, VALUE arg)
|
||||
* a file-oriented I/O stream. Arguments and results are platform
|
||||
* dependent.
|
||||
*
|
||||
* If +argument is a number, its value is passed directly;
|
||||
* If +argument+ is a number, its value is passed directly;
|
||||
* if it is a string, it is interpreted as a binary sequence of bytes.
|
||||
* (Array#pack might be a useful way to build this string.)
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user