Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
web commit from 62.30.160.230: poll vote
[git.ikiwiki.info.git]
/
mdwn2man
diff --git
a/mdwn2man
b/mdwn2man
index 8c70c87c157217f6dc108b092e7b21567a658265..e78a4d18cf6da8046e9a998d4d7ff738deae6037 100755
(executable)
--- a/
mdwn2man
+++ b/
mdwn2man
@@
-8,8
+8,12
@@
print ".TH $prog $section\n";
while (<>) {
s{(\\?)\[\[([^\s\]]+)\]\]}{$1 ? "[[$2]]" : $2}eg;
- s/^#\s/.SH /;
+ if (/^#\s/) {
+ s/^#\s/.SH /;
+ <>; # blank;
+ }
s/^\s+//;
+ s/-/\\-/g;
s/^Warning:.*//g;
s/^$/.PP\n/;
s/\`//g;