aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-08-22 05:35:59 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-08-22 05:35:59 +0000
commit5073a51fa6610f011ef58c57f0bcc5d1e37b023a (patch)
tree194fd2f977e9d310b6a8a231517b2e948cd591db /man
parent671ce96095252f8c83a779a237cf9d06f2b52fd5 (diff)
downloadruby-5073a51fa6610f011ef58c57f0bcc5d1e37b023a.tar.gz
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
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 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