From 05f1caa1cf5d8e01ddaab7890ca77b9de770a888 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 12 Jan 2016 15:37:42 +0000 Subject: 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 --- ChangeLog | 4 ++++ man/ruby.1 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d4cb4f52c4..fca190f6ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Jan 13 00:37:12 2016 Satoshi Ohmori + + * man/ruby.1: fix double word typo. [Fix GH-1194] + Wed Jan 13 00:16:47 2016 Nobuyoshi Nakada * iseq.c (iseqw_mark): as wrapped iseq is isolated from the call diff --git a/man/ruby.1 b/man/ruby.1 index e63521c6d8..36039fecce 100644 --- a/man/ruby.1 +++ b/man/ruby.1 @@ -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. -- cgit v1.2.3