diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2001-11-04 23:28:57 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-04 22:15:39 +0000 |
commit | 6edf234670edef4b947a0a755b192ed118277469 (patch) | |
tree | 7c9986ea9c50730c40310980d441fc3e4491afef /pod/perlpodspec.pod | |
parent | abcfbf5160a260774c4110b2927c8301d01b9ae0 (diff) | |
download | perl-6edf234670edef4b947a0a755b192ed118277469.tar.gz |
unbalanced parenthesis in pods
Message-ID: <20011104222857.C696@rafael>
p4raw-id: //depot/perl@12849
Diffstat (limited to 'pod/perlpodspec.pod')
-rw-r--r-- | pod/perlpodspec.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlpodspec.pod b/pod/perlpodspec.pod index 5b07190dc4..6b6e08d3a4 100644 --- a/pod/perlpodspec.pod +++ b/pod/perlpodspec.pod @@ -1110,7 +1110,7 @@ The section (AKA "item" in older perlpods), or undef if none. E.g., in L<Getopt::Std/DESCRIPTION>, "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". +that's introduced by the heading or item whose text is "Foo".) =back |