summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2024-06-03 20:35:21 +0900
committerNobuyoshi Nakada <[email protected]>2024-06-03 23:10:05 +0900
commit0fb2147284423eafabbf5d8878dd9392981f3b24 (patch)
tree13b80efefdfdaf08e3b419fe3a7428068b8fcd95 /man
parentc25f653047a04156772ec19ef5f7f5899518a378 (diff)
[DOC] man: Add environment variable RUBY_IO_BUFFER_DEFAULT_SIZE
Diffstat (limited to 'man')
-rw-r--r--man/ruby.14
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