mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ruby.1: Properly close .Bl with .El.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d242ae60d8
commit
496acb03d3
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Jan 20 15:40:15 2003 Akinori MUSHA <knu@iDaemons.org>
|
||||
|
||||
* ruby.1: Properly close .Bl with .El.
|
||||
|
||||
Mon Jan 20 04:14:17 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
|
||||
|
||||
* lib/mkmf.rb (egrep_cpp): use inspect to show options.
|
||||
|
|
1
ruby.1
1
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).
|
||||
|
|
Loading…
Reference in a new issue