summaryrefslogtreecommitdiffstats
path: root/ruby.1
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-21 12:08:02 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-21 12:08:02 +0000
commit582c53a647ed8531e7ecb231d70722c751e0d347 (patch)
tree488475d53ca1a765c7183271bc3c47ad3552679c /ruby.1
parentc4a1e8b1aac6b8f532a55a45bbf900695555e4fe (diff)
downloadruby-582c53a647ed8531e7ecb231d70722c751e0d347.tar.gz
ruby-582c53a647ed8531e7ecb231d70722c751e0d347.tar.xz
ruby-582c53a647ed8531e7ecb231d70722c751e0d347.zip
* ruby.1: add -width option to .Bl for old groff.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.1')
-rw-r--r--ruby.12
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.1 b/ruby.1
index 6d4f5de44..5587a6d9a 100644
--- a/ruby.1
+++ b/ruby.1
@@ -36,7 +36,7 @@ don't like too much parentheses, Ruby may be the language of your
choice.
.Sh FEATURES
Ruby's features are as follows:
-.Bl -tag
+.Bl -tag -width 6n
.It Sy "Interpretive"
Ruby is an interpreted language, so you don't have to recompile
programs written in Ruby to execute them.