sync mdwn2man changes from git-annex

master
Joey Hess 2010-12-10 17:36:39 -04:00
parent 5d6c604bdc
commit 86933842e5
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ while (<>) {
s/^#\s/.SH /;
<>; # blank;
}
s/^\s+//;
s/^[ \n]+//;
s/^\t/ /;
s/-/\\-/g;
s/^Warning:.*//g;
s/^$/.PP\n/;