summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-05-16 00:24:14 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-05-16 00:24:14 +0000
commit69e273b6e408b475b68b9bc9d349cb7f54ea890d (patch)
tree3a0e57c653186d5d49f48474ede20f56fa9e451f /gnu
parent850808bbfba1390de3da9968ba5aec026e0880f6 (diff)
remove the "cat" prefix from man extensions since it makes perldoc send the wrong section number to pod2man
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/perl/config.over4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/config.over b/gnu/usr.bin/perl/config.over
index 2bfeb7853df..2c9fc6c28e5 100644
--- a/gnu/usr.bin/perl/config.over
+++ b/gnu/usr.bin/perl/config.over
@@ -32,11 +32,11 @@ sitelibexp="${sitelib}"
man1dir=''
man1direxp=''
installman1dir=''
-man1ext='cat1'
+man1ext='1'
man3dir=''
man3direxp=''
installman3dir=''
-man3ext='cat3p'
+man3ext='3p'
# Never hardcode developer info into a distribution
cf_by='root'