diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-20 16:04:09 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-20 16:04:09 -0400 |
commit | b066b7e0f8c5732e883a518c2c8705c14b07b0af (patch) | |
tree | 95734610c7de1909528452c44023be1bfb2a11be | |
parent | ffb2f51f1ae5e7e048c866e780091ff36481246a (diff) |
typo5.20150420
-rwxr-xr-x | Build/mdwn2man | 2 |
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"/; |