summaryrefslogtreecommitdiff
path: root/pod/perlpodspec.pod
diff options
context:
space:
mode:
authorAdriano Ferreira <a.r.ferreira@gmail.com>2007-06-16 11:30:16 -0300
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-06-17 08:10:59 +0000
commitf41e638c7a0c7db031616e2ca0a9a12cbf46dded (patch)
tree9e486b893c091a6030692737b6383fb4c5c66273 /pod/perlpodspec.pod
parenteb82025626458906d2bbe72f51b033c03e0a590d (diff)
downloadperl-f41e638c7a0c7db031616e2ca0a9a12cbf46dded.tar.gz
[DOC PATCH] Pod nits in doc/perlpodspec.pod
From: "Adriano Ferreira" <a.r.ferreira@gmail.com> Message-ID: <73ddeb6c0706161030nb489b0cx746daddc55b95987@mail.gmail.com> p4raw-id: //depot/perl@31399
Diffstat (limited to 'pod/perlpodspec.pod')
-rw-r--r--pod/perlpodspec.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlpodspec.pod b/pod/perlpodspec.pod
index 0b60dfd967..c33b68f0cf 100644
--- a/pod/perlpodspec.pod
+++ b/pod/perlpodspec.pod
@@ -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