ruby-changes:43911
From: nobu <ko1@a...>
Date: Mon, 22 Aug 2016 14:36:03 +0900 (JST)
Subject: [ruby-changes:43911] nobu:r55984 (trunk): irb.1: useless option [ci skip]
nobu 2016-08-22 14:35:59 +0900 (Mon, 22 Aug 2016) New Revision: 55984 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=55984 Log: irb.1: useless option [ci skip] * man/irb.1: remove useless -width option. [ruby-dev:49767] [Bug #12692] Modified files: trunk/ChangeLog trunk/man/irb.1 Index: man/irb.1 =================================================================== --- man/irb.1 (revision 55983) +++ man/irb.1 (revision 55984) @@ -119,7 +119,7 @@ Sets internal debug level to n (not for https://github.com/ruby/ruby/blob/trunk/man/irb.1#L119 .El .Pp .Sh ENVIRONMENT -.Bl -tag -width "RUBYLIB_PREFIX" -compact +.Bl -tag -compact .It Ev IRBRC .Pp .El @@ -130,7 +130,7 @@ depends on same variables as https://github.com/ruby/ruby/blob/trunk/man/irb.1#L130 .Xr ruby 1 . .Pp .Sh FILES -.Bl -tag -width "RUBYLIB_PREFIX" -compact +.Bl -tag -compact .It Pa ~/.irbrc Personal irb initialization. .Pp Index: ChangeLog =================================================================== --- ChangeLog (revision 55983) +++ ChangeLog (revision 55984) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Mon Aug 22 14:35:57 2016 Nobuyoshi Nakada <nobu@r...> + + * man/irb.1: remove useless -width option. + [ruby-dev:49767] [Bug #12692] + Mon Aug 22 09:02:56 2016 Nobuyoshi Nakada <nobu@r...> * iseq.c (Init_ISeq): undefine allocator of InstructionSequence, -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/