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

* mdoc2man.rb (parse_macro): Understand .Ux.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3367 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2003-01-20 08:51:18 +00:00
parent de531fe04c
commit 198c4f8946
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Mon Jan 20 17:50:05 2003 Akinori MUSHA <knu@iDaemons.org>
* mdoc2man.rb (parse_macro): Understand .Ux.
Mon Jan 20 17:32:56 2003 Akinori MUSHA <knu@iDaemons.org>
* mdoc2man.rb: New file. A mdoc to man converter ported from

View file

@ -173,6 +173,9 @@ def parse_macro(line)
$reference = false
break
when 'Ux'
retval << "UNIX"
next
end
if $reference