Skip to content

Commit f0b5e44

Browse files
Grinnzbook
authored andcommitted
perl5280delta - fix manpage link
C<> inside L<> causes it to be interpreted as a module link rather than the intended manpage link.
1 parent b322ee3 commit f0b5e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pod/perl5280delta.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1868,7 +1868,7 @@ A new function, L<C<Perl_langinfo()>|perlapi/Perl_langinfo> has been
18681868
added. It is an (almost) drop-in replacement for the system
18691869
C<nl_langinfo(3)>, but works on platforms that lack that; as well as
18701870
being more thread-safe, and hiding some gotchas with locale handling
1871-
from the caller. Code that uses this, needn't use L<C<localeconv(3)>>
1871+
from the caller. Code that uses this, needn't use C<L<localeconv(3)>>
18721872
(and be affected by the gotchas) to find the decimal point, thousands
18731873
separator, or currency symbol. See L<perlapi/Perl_langinfo>.
18741874

0 commit comments

Comments
 (0)