summaryrefslogtreecommitdiff
path: root/lib/Pod/Usage.pm
diff options
context:
space:
mode:
authorSteven Schubiger <schubiger@cpan.org>2005-10-02 00:25:37 -0700
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-10-03 15:42:45 +0000
commitbd4d8faaf7ff83f2f09479bf77553121e8d422f5 (patch)
tree88e2b9b203f3d43d19720f97a8252deab3d93b61 /lib/Pod/Usage.pm
parent5596814408229890caf65f1e85854d103697d576 (diff)
downloadperl-bd4d8faaf7ff83f2f09479bf77553121e8d422f5.tar.gz
Pod::Usage documentation fix, suggested by :
Subject: [perl #37322] Pod::Usage implementation of -sections disagrees with its documentation From: "Steven Schubiger via RT" <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-37322-121918.15.4257995782182@perl.org> p4raw-id: //depot/perl@25686
Diffstat (limited to 'lib/Pod/Usage.pm')
-rw-r--r--lib/Pod/Usage.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Pod/Usage.pm b/lib/Pod/Usage.pm
index c298e941f2..a29eab2ba9 100644
--- a/lib/Pod/Usage.pm
+++ b/lib/Pod/Usage.pm
@@ -96,11 +96,11 @@ is 1, then the "SYNOPSIS" section, along with any section entitled
"OPTIONS", "ARGUMENTS", or "OPTIONS AND ARGUMENTS" is printed. If the
corresponding value is 2 or more then the entire manpage is printed.
-The special verbosity level 99 requires to also specify the -section
+The special verbosity level 99 requires to also specify the -sections
parameter; then these sections are extracted (see L<Pod::Select>)
and printed.
-=item C<-section>
+=item C<-sections>
A string representing a selection list for sections to be printed
when -verbose is set to 99, e.g. C<"NAME|SYNOPSIS|DESCRIPTION|VERSION">.