summaryrefslogtreecommitdiff
path: root/Build/mdwn2man
diff options
context:
space:
mode:
Diffstat (limited to 'Build/mdwn2man')
-rwxr-xr-xBuild/mdwn2man1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/mdwn2man b/Build/mdwn2man
index aadb13cdf..dce8da7ec 100755
--- a/Build/mdwn2man
+++ b/Build/mdwn2man
@@ -2,6 +2,7 @@
# Warning: hack
my $prog=shift;
+$prog=~s/\.\d+$//;
my $section=shift;
print ".TH $prog $section\n";