From 7761816dea28b51697ca219511277a31206a2d6e Mon Sep 17 00:00:00 2001 From: nisikimi Date: Fri, 7 Mar 2008 03:46:47 +0000 Subject: [PATCH] *** empty log message *** --- utils/mkman.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/} -- 1.7.10.4