diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-06-03 23:06:16 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2024-06-03 23:10:05 +0900 |
commit | 7aa1bca2c9d8f002b0cc6d6730318d726d20d52d (patch) | |
tree | 049be20602bbdbc39eddc0635f197cf6b70ac20c /man | |
parent | fa8984df2ed737d7e4713bf60816f4ac50326b34 (diff) |
[DOC] man: Add environment variable RUBY_PAGER
Diffstat (limited to 'man')
-rw-r--r-- | man/ruby.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/ruby.1 b/man/ruby.1 index fe4bb15f6e..a6c50bd23a 100644 --- a/man/ruby.1 +++ b/man/ruby.1 @@ -535,6 +535,14 @@ If set to M:N Thread scheduler is enabled on the main Ractor. Introduced in Ruby 3.3, default: unset. .Pp +.It Ev RUBY_PAGER +The pager command that will be used for +.Fl -help +option. +Introduced in Ruby 3.0, default: +.Ev PAGER +environment variable. +.Pp .It Ev PATH Ruby refers to the .Ev PATH |