mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix typo [ci skip]
* man/ruby.1: fix double word typo. [Fix GH-1194] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a0f609795a
commit
05f1caa1cf
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Jan 13 00:37:12 2016 Satoshi Ohmori <sachin21dev@gmail.com>
|
||||
|
||||
* man/ruby.1: fix double word typo. [Fix GH-1194]
|
||||
|
||||
Wed Jan 13 00:16:47 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* iseq.c (iseqw_mark): as wrapped iseq is isolated from the call
|
||||
|
|
|
@ -534,7 +534,7 @@ Reaching the old malloc limit.
|
|||
.El
|
||||
.Pp
|
||||
There are currently 4 possible areas where the GC may be tuned by
|
||||
the the following 11 environment variables:
|
||||
the following 11 environment variables:
|
||||
.Bl -hang -compact -width "RUBY_GC_OLDMALLOC_LIMIT_GROWTH_FACTOR"
|
||||
.It Ev RUBY_GC_HEAP_INIT_SLOTS
|
||||
Initial allocation slots. Introduced in Ruby 2.1, default: 10000.
|
||||
|
|
Loading…
Reference in a new issue