From: nisikimi Date: Fri, 7 Mar 2008 03:46:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: XML-base~7 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7761816dea28b51697ca219511277a31206a2d6e;p=m17n%2Fm17n-docs.git *** empty log message *** --- diff --git a/utils/mkman.rb b/utils/mkman.rb index 923899c..cae420c 100644 --- a/utils/mkman.rb +++ b/utils/mkman.rb @@ -226,8 +226,8 @@ def frewrite(text) buf.push(".ad l\n.nh\n.SH NAME\n") # if @brief is given if text[1] =~ /\"\\fI(.+)\\fP\"/ - buf.push(title.concat(" \- ").concat($1)) - else buf.push(title) + buf.push(title.concat(" \\- ").concat($1)) + else buf.push(title.concat(" \\- ")) end synopsys = text.find{|line| line =~ /\.SS/}