1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* configure.in ($MANTYPE): followed ruby.1, which had moved.

* 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
This commit is contained in:
yugui 2008-10-25 17:20:05 +00:00
parent 4dd24d6ba6
commit fe7ce06150
4 changed files with 11 additions and 3 deletions

View file

@ -190,7 +190,7 @@ class Mdoc2Man
next
when 'Xr'
retval << '\\fB' << words.shift <<
'\\fP(' << words.shift << ')' << words.shift
'\\fP(' << words.shift << ')' << (words.shift||'')
break
when 'Rs'
@refauthors = []