summaryrefslogtreecommitdiff
path: root/installman
diff options
context:
space:
mode:
Diffstat (limited to 'installman')
-rwxr-xr-xinstallman2
1 files changed, 1 insertions, 1 deletions
diff --git a/installman b/installman
index 37d9699f6b..fb43e85bb4 100755
--- a/installman
+++ b/installman
@@ -74,7 +74,7 @@ my %do_not_install = map { ($_ => 1) } qw(
# Install the main pod pages.
pod2man({
map {
- ($_->[4], $_->[2])
+ ($_->[0], $_->[1])
} @{$state->{master}}
}, $opts{man1dir}, $opts{man1ext});