aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-20 16:04:09 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-20 16:04:09 -0400
commitb066b7e0f8c5732e883a518c2c8705c14b07b0af (patch)
tree95734610c7de1909528452c44023be1bfb2a11be
parentffb2f51f1ae5e7e048c866e780091ff36481246a (diff)
-rwxr-xr-xBuild/mdwn2man2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/mdwn2man b/Build/mdwn2man
index df6e34e57..7ad0d889b 100755
--- a/Build/mdwn2man
+++ b/Build/mdwn2man
@@ -20,7 +20,7 @@ while (<>) {
s/^[ \n]+//;
s/^\t/ /;
s/-/\\-/g;
- s/git\-annex/git-annex/g;
+ s/git\\-annex/git-annex/g;
s/^Warning:.*//g;
s/^$/.PP\n/;
s/^\*\s+(.*)/.IP "$1"/;