aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-20 15:54:24 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-20 15:54:24 -0400
commit0507c91928504f55c3dc95d2dfa5fb25d9ee306f (patch)
tree95b71ea78ce60c96d5c69c4cf7b093c68c8136e3
parentb7c790f8cf9ee1aacfcface9eca64db3184e48c5 (diff)
fix whatis section (hack)
-rwxr-xr-xBuild/mdwn2man1
1 files changed, 1 insertions, 0 deletions
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"/;