summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-30 15:52:42 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-30 15:52:42 +0000
commitf0608fca8c9195bea1b5aba65b22e8d65d985953 (patch)
tree813f7c8222e7f384541fb16e32fa80399ce29eba /man
parentd5e556688e6cf0275d00794e36befea8a35351ed (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_2@56304 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 543217e099..22b8e0a227 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