From 1ca4c8b41f04a72ce66537edf16729af3f5d41d0 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 3 Jun 2024 19:57:01 +0900 Subject: [PATCH] [DOC] man: Fix up formatting --- man/ruby.1 | 8 ++++---- 1 file 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.