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
(no commit message)
[git.ikiwiki.info.git]
/
mdwn2man
diff --git
a/mdwn2man
b/mdwn2man
index 090174534d48e7cc056a5be13def89db80df6717..ad6d3c6026400660e87b67367133ce2e4a78fb81 100755
(executable)
--- a/
mdwn2man
+++ b/
mdwn2man
@@
-14,7
+14,8
@@
while (<>) {
s/^#\s/.SH /;
<>; # blank;
}
- s/^\s+//;
+ s/^[ \n]+//;
+ s/^\t/ /;
s/-/\\-/g;
s/^Warning:.*//g;
s/^$/.PP\n/;