summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-25 06:07:29 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-25 06:07:29 +0000
commit0b519785284bdd3be48ac157a4da95c8c01d2029 (patch)
tree4e0263e4a3f1c66bbbd2b526ce1d3bcea727a593 /man
parent18f287a36de45edcd39541015b445ee0b954e7b1 (diff)
merge revision(s) 55984: [Backport #12692]
* man/irb.1: remove useless -width option. [ruby-dev:49767] [Bug #12692] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@56232 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'man')
-rw-r--r--man/irb.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man/irb.1 b/man/irb.1
index 1f1800d45d..269d2517b0 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