projects
/
m17n
/
m17n-docs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
194a835
)
*** empty log message ***
author
nisikimi
<nisikimi>
Fri, 7 Mar 2008 03:46:47 +0000
(
03:46
+0000)
committer
nisikimi
<nisikimi>
Fri, 7 Mar 2008 03:46:47 +0000
(
03:46
+0000)
utils/mkman.rb
patch
|
blob
|
history
diff --git
a/utils/mkman.rb
b/utils/mkman.rb
index
923899c
..
cae420c
100644
(file)
--- 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/}