Pod::Usage documentation fix, suggested by :
Steven Schubiger [Sun, 2 Oct 2005 07:25:37 +0000 (00:25 -0700)]
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

lib/Pod/Usage.pm

index c298e94..a29eab2 100644 (file)
@@ -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">.