summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/mdwn2man2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/mdwn2man b/Build/mdwn2man
index 87094069f..171218db0 100755
--- a/Build/mdwn2man
+++ b/Build/mdwn2man
@@ -45,7 +45,7 @@ while (<>) {
if ($inNAME) {
# make lexgrog happy
- s/^git-annex /git-annex-/;
+ s/^git-annex (\w)/git-annex-$1/;
}
if ($_ eq ".SH NAME\n") {
$inNAME=1;