diff options
author | Étienne Barrié <[email protected]> | 2025-02-24 10:10:56 +0100 |
---|---|---|
committer | Jean Boussier <[email protected]> | 2025-02-24 10:47:58 +0100 |
commit | c27f433d7c0ddb13501f7e19a0158da3aec1577c (patch) | |
tree | 191d4453f665441206af3e7c02d1102d3621155a /man | |
parent | 5cf146399f5961513c2ee1697368e4c5a1c492ce (diff) |
Fix RUBY_PAGER in manpage
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12799
Diffstat (limited to 'man')
-rw-r--r-- | man/ruby.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/ruby.1 b/man/ruby.1 index b058acab97..5bcfef44b8 100644 --- a/man/ruby.1 +++ b/man/ruby.1 @@ -537,16 +537,16 @@ Introduced in Ruby 3.3, default: unset. .Pp .It Ev RUBY_PAGER The pager command that will be used for -.Pp -.It Ev RUBY_THREAD_TIMESLICE -Sets the default thread time slice (thread quantum) in milliseconds. -Introduced in Ruby 3.4, default: 100ms. .Fl -help option. Introduced in Ruby 3.0, default: .Ev PAGER environment variable. .Pp +.It Ev RUBY_THREAD_TIMESLICE +Sets the default thread time slice (thread quantum) in milliseconds. +Introduced in Ruby 3.4, default: 100ms. +.Pp .It Ev PATH Ruby refers to the .Ev PATH |