diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-06-03 20:35:21 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2024-06-03 23:10:05 +0900 |
commit | 0fb2147284423eafabbf5d8878dd9392981f3b24 (patch) | |
tree | 13b80efefdfdaf08e3b419fe3a7428068b8fcd95 /man | |
parent | c25f653047a04156772ec19ef5f7f5899518a378 (diff) |
[DOC] man: Add environment variable RUBY_IO_BUFFER_DEFAULT_SIZE
Diffstat (limited to 'man')
-rw-r--r-- | man/ruby.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/ruby.1 b/man/ruby.1 index eddf0e21e8..cedc4e7958 100644 --- a/man/ruby.1 +++ b/man/ruby.1 @@ -517,6 +517,10 @@ enabled for only mswin32, mingw32, and OS/2 platforms. If this variable is not defined, Ruby refers to .Ev COMSPEC . .Pp +.It Ev RUBY_IO_BUFFER_DEFAULT_SIZE +The custom default buffer size of +.Li IO::Buffer . +.Pp .It Ev PATH Ruby refers to the .Ev PATH |