git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fba07f9
)
removed % handling
author
kramm
<kramm>
Mon, 16 Jan 2006 17:05:35 +0000
(17:05 +0000)
committer
kramm
<kramm>
Mon, 16 Jan 2006 17:05:35 +0000
(17:05 +0000)
parsedoc.pl
patch
|
blob
|
history
diff --git
a/parsedoc.pl
b/parsedoc.pl
index
3132f9e
..
4713716
100644
(file)
--- a/
parsedoc.pl
+++ b/
parsedoc.pl
@@
-21,7
+21,7
@@
sub add_option_to_manpage
$shortopt =~ s|-|\\-|;
$params =~ s|<(.*)>|\\fI\1\\fR|;
$longdoc =~ s/<([a-zA-Z0-9_-]+)>/\\fI\1\\fR/;
- $longdoc =~ s/%/%%$1/g;
+ #$longdoc =~ s/%/%%$1/g;
print manpage << "EOF"
.TP
\\fB\\-$shortopt\\fR, \\fB\\-\\-$longopt\\fR $params