only filter out mdwn2man warning, not other warnings

This commit is contained in:
Joey Hess 2016-04-20 14:29:54 -04:00
parent b143f630c2
commit f6c6963ed4
Failed to extract signature

View file

@ -21,7 +21,7 @@ while (<>) {
s/^\t/ /;
s/-/\\-/g;
s/git\\-annex/git-annex/g;
s/^Warning:.*//g;
s/^Warning:.*mdwn2man.*//g;
s/^$/.PP\n/;
s/^\*\s+(.*)/.IP "$1"/;
next if $_ eq ".PP\n" && $skippara;