diff options
author | Michael G. Schwern <schwern@pobox.com> | 2001-10-19 22:04:21 -0400 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2001-10-20 12:09:41 +0000 |
commit | ad838556de79f7c769648d5250024052361925d8 (patch) | |
tree | ab9b034526695cb1577c37edab50cb364d4fcef0 /lib | |
parent | ea5a7fad992230abd5ec11bf824bf8fd17832732 (diff) | |
download | perl-ad838556de79f7c769648d5250024052361925d8.tar.gz |
Minor typo
Message-Id: <20011020020421.A11732@blackrider>
p4raw-id: //depot/perl@12527
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Pod/Checker.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Pod/Checker.pm b/lib/Pod/Checker.pm index 79bb2f616e..b1753b95a2 100644 --- a/lib/Pod/Checker.pm +++ b/lib/Pod/Checker.pm @@ -290,7 +290,7 @@ LE<lt>...E<gt>. =item * (section) in '$page' deprecated There is a section detected in the page name of LE<lt>...E<gt>, e.g. -C<LE<gt>passwd(2)E<gt>>. POD hyperlinks may point to POD documents only. +C<LE<lt>passwd(2)E<gt>>. POD hyperlinks may point to POD documents only. Please write C<CE<lt>passwd(2)E<gt>> instead. Some formatters are able to expand this to appropriate code. For links to (builtin) functions, please say C<LE<lt>perlfunc/mkdirE<gt>>, without (). |