aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBuild/mdwn2man2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/mdwn2man b/Build/mdwn2man
index 32c4d4ac4..f56d9b0c7 100755
--- a/Build/mdwn2man
+++ b/Build/mdwn2man
@@ -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;