[DOC PATCH] Pod nits in doc/perlpodspec.pod
authorAdriano Ferreira <a.r.ferreira@gmail.com>
Sat, 16 Jun 2007 14:30:16 +0000 (11:30 -0300)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 17 Jun 2007 08:10:59 +0000 (08:10 +0000)
From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
Message-ID: <73ddeb6c0706161030nb489b0cx746daddc55b95987@mail.gmail.com>

p4raw-id: //depot/perl@31399

pod/perlpodspec.pod

index 0b60dfd..c33b68f 100644 (file)
@@ -1130,7 +1130,7 @@ is "perlfunc".  In "LE<lt>/CAVEATS>", the name is undef.)
 =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 @@ given C<LE<lt>fooE<gt>> code.
 =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