diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-20 15:54:24 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-20 15:54:24 -0400 |
commit | 0507c91928504f55c3dc95d2dfa5fb25d9ee306f (patch) | |
tree | 95b71ea78ce60c96d5c69c4cf7b093c68c8136e3 /Build | |
parent | b7c790f8cf9ee1aacfcface9eca64db3184e48c5 (diff) |
fix whatis section (hack)
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/mdwn2man | 1 |
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"/; |