From e9edb3dc8c7f5ddf390c3fb151d6b4dca861262e Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 28 Mar 2003 18:58:14 +0000 Subject: Add missing MLINKS for Getopt::Std and fix NAME section --- gnu/usr.bin/perl/Makefile.bsd-wrapper | 5 +++-- gnu/usr.bin/perl/lib/Getopt/Std.pm | 4 +--- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'gnu/usr.bin') 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 -- cgit v1.2.3