aboutsummaryrefslogtreecommitdiffstats
path: root/tool/mdoc2man.rb
Commit message (Collapse)AuthorAgeFilesLines
* mdoc2man.rb: colon in quotesnobu2015-10-311-0/+1
| | | | | | * tool/mdoc2man.rb (parse_macro): colon should not pop quotes. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* ruby.1: fix --enable/disablenobu2015-10-311-0/+7
| | | | | | | | * man/ruby.1: missing Fl before --{enable|disable}. * tool/mdoc2man.rb (parse_macro): supprot braces, Bro and Brc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52407 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * remove trailing spaces.nobu2011-05-151-3/+3
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in ($MANTYPE): followed ruby.1, which had moved.yugui2008-10-251-1/+1
| | | | | | | | | * instruby.rb (:man): ditto. * mdoc2man.rb: fixed for the case Xr with 2 arguments. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19939 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * mdoc2man.rb: moved into tools/.yugui2008-10-211-0/+465
* instruby.rb: followed the change of mdoc2man. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19867 b2dd03c8-39d4-4d8f-98ff-823fe69b080e