From c37de3804f735e5c364e033e394042326d677f54 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 22 Aug 2016 05:35:59 +0000 Subject: [PATCH] irb.1: useless option [ci skip] * man/irb.1: remove useless -width option. [ruby-dev:49767] [Bug #12692] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ man/irb.1 | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index cb2ace44c4..47b6cb8a67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Aug 22 14:35:57 2016 Nobuyoshi Nakada + + * man/irb.1: remove useless -width option. + [ruby-dev:49767] [Bug #12692] + Mon Aug 22 09:02:56 2016 Nobuyoshi Nakada * iseq.c (Init_ISeq): undefine allocator of InstructionSequence, diff --git a/man/irb.1 b/man/irb.1 index 8209120230..62bd714ddc 100644 --- a/man/irb.1 +++ b/man/irb.1 @@ -119,7 +119,7 @@ Sets internal debug level to n (not for popular use) .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 .Xr ruby 1 . .Pp .Sh FILES -.Bl -tag -width "RUBYLIB_PREFIX" -compact +.Bl -tag -compact .It Pa ~/.irbrc Personal irb initialization. .Pp