index
:
ikiwiki
album
git-annex
git-annex-album
git-annex-album-2
git-annex-album-2-rebased
master
osm-icon-fixes
osm-icon-fixes-rebased
osm-layers-patch
osm-popup-fixes
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
mdwn2man
3
1 files changed, 2 insertions, 1 deletions
diff --git a/mdwn2man b/mdwn2man
index 090174534..ad6d3c602 100755
--- 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/;