diff options
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 (). |