From eb0484b6d358b4a94de89ae74e083d611cc8d138 Mon Sep 17 00:00:00 2001 From: knu Date: Mon, 20 Jan 2003 08:32:15 +0000 Subject: * ruby.1: Properly close .Bl with .El. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ ruby.1 | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0ac3916b4..05390a824 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Jan 20 15:40:15 2003 Akinori MUSHA + + * ruby.1: Properly close .Bl with .El. + Mon Jan 20 04:14:17 2003 Nobuyoshi Nakada * lib/mkmf.rb (egrep_cpp): use inspect to show options. diff --git a/ruby.1 b/ruby.1 index 64d734f2b..49f32ced2 100644 --- a/ruby.1 +++ b/ruby.1 @@ -104,6 +104,7 @@ On most .Ux systems, you can load object files into the Ruby interpreter on-the-fly. +.El .Pp .Sh OPTIONS Ruby interpreter accepts following command-line options (switches). -- cgit