projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d6c604
)
sync mdwn2man changes from git-annex
author
Joey Hess
<joey@kitenet.net>
Fri, 10 Dec 2010 21:36:39 +0000
(17:36 -0400)
committer
Joey Hess
<joey@kitenet.net>
Fri, 10 Dec 2010 21:36:39 +0000
(17:36 -0400)
mdwn2man
patch
|
blob
|
history
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/;