summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-22 07:20:24 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-22 07:20:24 +0000
commit3da006e6dbd82fba43ddd38d621970097c2e5888 (patch)
tree3b6c3635a65feecfbe97dbf62dd1974fc6843620
parenta56ed0d98f17c71b762c147dd7fe47c2cfaad20b (diff)
downloadruby-3da006e6dbd82fba43ddd38d621970097c2e5888.tar.gz
ruby-3da006e6dbd82fba43ddd38d621970097c2e5888.tar.xz
ruby-3da006e6dbd82fba43ddd38d621970097c2e5888.zip
* ruby.1: add -width option to .Bl for old groff.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5999 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 678b8b628..7233e973f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Mar 22 16:19:57 2004 WATANABE Hirofumi <eban@ruby-lang.org>
+
+ * ruby.1: add -width option to .Bl for old groff.
+
Sun Mar 21 21:11:16 2004 Keiju Ishitsuka <keiju@ishitsuka.com>
* lib/shell/*: bug fix for Shell#system(command_line_string).
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.