aboutsummaryrefslogtreecommitdiffstats
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
commitb9c8bcafdce125d9e1dea00f77bc9e15e9510d8b (patch)
tree488475d53ca1a765c7183271bc3c47ad3552679c
parent7515ca9a0623ac6e4af6b087835941be8c4e9a67 (diff)
downloadruby-b9c8bcafdce125d9e1dea00f77bc9e15e9510d8b.tar.gz
* ruby.1: add -width option to .Bl for old groff.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--ruby.12
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c0fcace1be..1f846a8498 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Mar 21 21:04:42 2004 WATANABE Hirofumi <eban@ruby-lang.org>
+
+ * ruby.1: add -width option to .Bl for old groff.
+
Sun Mar 21 18:57:37 2004 Kouhei Sutou <kou@cozmixng.org>
* test/rss/*: Test::Unit::TestCase -> RSS::TestCase and
diff --git a/ruby.1 b/ruby.1
index 6d4f5de443..5587a6d9a6 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.