diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-06-04 17:55:15 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2024-06-04 17:56:06 +0900 |
commit | bdcdeb7918ee692ec3ade73cefc1ee6d9f542d47 () | |
tree | 0dd9fbab4ddc16be9e7b843dbf90c5083aa3e80b /man | |
parent | 7bc4b5f17f044afadd6899fbe0d1bbe03aa40a6d (diff) |
[DOC] ruby.1: mandoc is not markdown
-rw-r--r-- | man/ruby.1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -591,7 +591,8 @@ the following environment variables: .Bl -hang -compact -width "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. .Pp .It Ev RUBY_GC_HEAP_FREE_SLOTS |