diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-12-13 12:21:26 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-12-13 12:21:26 +0000 |
commit | c7bcd97d6f3cca0cdeda5b0e9eabe2b3fcca0c57 (patch) | |
tree | 759d7becb70c1160ad6142b65ccb8dc8ccc384b6 /lib/Getopt | |
parent | 99a6169dfdb8b2356f889b4575ec1f2642a7f5fa (diff) | |
download | perl-c7bcd97d6f3cca0cdeda5b0e9eabe2b3fcca0c57.tar.gz |
Fix some of the pods to produce more standard manpages,
as reported by Eric S. Raymond.
p4raw-id: //depot/perl@21885
Diffstat (limited to 'lib/Getopt')
-rw-r--r-- | lib/Getopt/Std.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Getopt/Std.pm b/lib/Getopt/Std.pm index 1783adb123..00c902087b 100644 --- a/lib/Getopt/Std.pm +++ b/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, getopts - Process single-character switches with switch clustering =head1 SYNOPSIS |