summaryrefslogtreecommitdiff
path: root/ChangeLog
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
commit7912392ceb15da2f025973e2cf00df5e3c096e6c (patch)
tree3b6c3635a65feecfbe97dbf62dd1974fc6843620 /ChangeLog
parent83fe340d25bb2770765cfe725a2e51aa6621cef1 (diff)
* ruby.1: add -width option to .Bl for old groff.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5999 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 678b8b628f..7233e973f8 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).