summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-03-28 18:58:14 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-03-28 18:58:14 +0000
commite9edb3dc8c7f5ddf390c3fb151d6b4dca861262e (patch)
treeee04d4d7b3d84541a30fbabce54ae31d3f1caadd /gnu
parent99546c92b98c9c61cf183b1849cef59f8e007e0c (diff)
Add missing MLINKS for Getopt::Std and fix NAME section
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/perl/Makefile.bsd-wrapper5
-rw-r--r--gnu/usr.bin/perl/lib/Getopt/Std.pm4
2 files changed, 4 insertions, 5 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper
index eeeb3464209..623d8db7ac0 100644
--- a/gnu/usr.bin/perl/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.53 2003/03/08 18:28:55 beck Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.54 2003/03/28 18:58:13 millert Exp $
#
# Build wrapper for Perl 5.8.0
#
@@ -474,7 +474,8 @@ INST_PROG='/usr/bin/install -cs'
INST_PROG='/usr/bin/install -c'
.endif
-MLINKS= c2ph.1 pstruct.1 s2p.1 psed.1
+MLINKS= c2ph.1 pstruct.1 s2p.1 psed.1 \
+ Getopt::Std.3p getopt.3p Getopt::Std.3p getopts.3p
# NOTE: config.sh *must* be first
GENERATED= config.sh config.h cflags makeaperl makedepend makedir \
diff --git a/gnu/usr.bin/perl/lib/Getopt/Std.pm b/gnu/usr.bin/perl/lib/Getopt/Std.pm
index 4599ec54d85..fab0035aebb 100644
--- a/gnu/usr.bin/perl/lib/Getopt/Std.pm
+++ b/gnu/usr.bin/perl/lib/Getopt/Std.pm
@@ -4,9 +4,7 @@ require Exporter;
=head1 NAME
-getopt - Process single-character switches with switch clustering
-
-getopts - Process single-character switches with switch clustering
+Getopt::Std, getopt, getopts - Process single-character switches with switch clustering
=head1 SYNOPSIS