summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2024-06-03 19:57:01 +0900
committerNobuyoshi Nakada <[email protected]>2024-06-03 23:10:05 +0900
commit1ca4c8b41f04a72ce66537edf16729af3f5d41d0 (patch)
treee0ef8168cf871826e45fca53cc5d092eb6c47e04 /man
parent5d33ff36dcc04bd134dc53bedec7c2144658df51 (diff)
[DOC] man: Fix up formatting
Diffstat (limited to 'man')
-rw-r--r--man/ruby.18
1 files changed, 4 insertions, 4 deletions
diff --git a/man/ruby.1 b/man/ruby.1
index bbad8ae203..cb0e83ec45 100644
--- a/man/ruby.1
+++ b/man/ruby.1
@@ -430,7 +430,7 @@ Dump some information.
Prints the specified target.
.Ar target
can be one of:
-.Bl -hang -offset indent
+.Bl -hang -offset indent -width "version"
.It Sy version
Print version description (same as
.Fl -version).
@@ -448,7 +448,7 @@ Check syntax (same as
.El
.Pp
Or one of the following, which are intended for debugging the interpreter:
-.Bl -hang -offset indent -tag -width "+error-tolerant"
+.Bl -hang -offset indent -width "parsetree"
.It Sy yydebug
Enable compiler debug mode (same as
.Fl -yydebug).
@@ -562,11 +562,11 @@ Reaching the old malloc limit.
.Pp
There are currently 4 possible areas where the GC may be tuned by
the following 11 environment variables:
-.Bl -hang -compact -width "RUBY_GC_OLDMALLOC_LIMIT_GROWTH_FACTOR"
+.Bl -hang -compact -width "RUBY_GC_HEAP_INIT_SLOTS"
.It Ev RUBY_GC_HEAP_INIT_SLOTS
Initial allocation slots. Applies to all slot sizes. Introduced in Ruby 2.1, default: 10000.
.Pp
-.It Ev RUBY_GC_HEAP_%d_INIT_SLOTS
+.It Ev RUBY_GC_HEAP_ Ns Ar %d Ns Ev _INIT_SLOTS
Initial allocation of slots in a specific heap.
The available heaps can be found in the keys of `GC.stat_heap`.
Introduced in Ruby 3.3.