From: nisikimi Date: Tue, 8 Jul 2003 05:06:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: XML-base~140 X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=commitdiff_plain;h=f233214188d61276924763106f3e6ad4849e63ce *** empty log message *** --- diff --git a/utils/mkman.rb b/utils/mkman.rb index a6567a1..cb9cad3 100644 --- a/utils/mkman.rb +++ b/utils/mkman.rb @@ -259,15 +259,13 @@ def desrewrite(text) #headers if line =~ /Return\svalue:/ - line = "\n.SH RETURNS\n.PP" returndescribed = true end -# line.gsub!(/^\\fBReturn value:\\fP/,"\n.SH RETURNS\n.PP") + line.gsub!(/^\\fBReturn value:\\fP/,"\n.SH RETURNS\n.PP") if line =~ /Errors:/ - line = "\n.SH ERRORS\n.PP" errordescribed = true end -# line.gsub!(/^\\fBErrors:\\fP/,"\n.SH ERRORS\n.PP") + line.gsub!(/^\\fBErrors:\\fP/,"\n.SH ERRORS\n.PP") line.gsub!(/^\\fBSee Also:\\fP/,"\n.SH \"SEE ALSO\"\n.PP") line.gsub!(/^\\fB(.+)\\fP/){"\n.SS " << $1}