Change 31399 by [EMAIL PROTECTED] on 2007/06/17 08:10:59
Subject: [DOC PATCH] Pod nits in doc/perlpodspec.pod
From: "Adriano Ferreira" <[EMAIL PROTECTED]>
Date: Sat, 16 Jun 2007 14:30:16 -0300
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/pod/perlpodspec.pod#13 edit
Differences ...
==== //depot/perl/pod/perlpodspec.pod#13 (text) ====
Index: perl/pod/perlpodspec.pod
--- perl/pod/perlpodspec.pod#12~24187~ 2005-04-07 01:33:53.000000000 -0700
+++ perl/pod/perlpodspec.pod 2007-06-17 01:10:59.000000000 -0700
@@ -1130,7 +1130,7 @@
=item Fourth:
The section (AKA "item" in older perlpods), or undef if none. E.g.,
-in L<Getopt::Std/DESCRIPTION>, "DESCRIPTION" is the section. (Note
+in "LE<lt>Getopt::Std/DESCRIPTIONE<gt>", "DESCRIPTION" is the section. (Note
that this is not the same as a manpage section like the "5" in "man 5
crontab". "Section Foo" in the Pod sense means the part of the text
that's introduced by the heading or item whose text is "Foo".)
@@ -1333,7 +1333,7 @@
=item *
Previous versions of perlpod allowed for a C<LE<lt>sectionE<gt>> syntax
-(as in "C<LE<lt>Object AttributesE<gt>>"), which was not easily distinguishable
+(as in C<LE<lt>Object AttributesE<gt>>), which was not easily distinguishable
from C<LE<lt>nameE<gt>> syntax. This syntax is no longer in the
specification, and has been replaced by the C<LE<lt>"section"E<gt>> syntax
(where the quotes were formerly optional). Pod parsers should tolerate
End of Patch.