From 0507c91928504f55c3dc95d2dfa5fb25d9ee306f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 20 Apr 2015 15:54:24 -0400 Subject: fix whatis section (hack) --- Build/mdwn2man | 1 + 1 file changed, 1 insertion(+) (limited to 'Build/mdwn2man') diff --git a/Build/mdwn2man b/Build/mdwn2man index a29ce649e..df6e34e57 100755 --- a/Build/mdwn2man +++ b/Build/mdwn2man @@ -20,6 +20,7 @@ while (<>) { s/^[ \n]+//; s/^\t/ /; s/-/\\-/g; + s/git\-annex/git-annex/g; s/^Warning:.*//g; s/^$/.PP\n/; s/^\*\s+(.*)/.IP "$1"/; -- cgit v1.2.3