summaryrefslogtreecommitdiff
path: root/pad.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-04-23 18:33:15 -0600
committerKarl Williamson <khw@cpan.org>2015-09-03 20:59:57 -0600
commitfbe13c605d92f73c90ff4702b76a97c5e12927a7 (patch)
tree774ab7f101ca4ec12b2a2180282a5274aa577dc2 /pad.c
parent3c0792e45ff76456148c62f3bbc4873623151f56 (diff)
downloadperl-fbe13c605d92f73c90ff4702b76a97c5e12927a7.tar.gz
perlapi, perlintern: Add L<> links to pod
Diffstat (limited to 'pad.c')
-rw-r--r--pad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pad.c b/pad.c
index d8cb5456eb..c01da835a4 100644
--- a/pad.c
+++ b/pad.c
@@ -2784,7 +2784,7 @@ Perl_padnamelist_dup(pTHX_ PADNAMELIST *srcpad, CLONE_PARAMS *param)
Constructs and returns a new pad name. C<s> must be a UTF8 string. Do not
use this for pad names that point to outer lexicals. See
-L</newPADNAMEouter>.
+C<L</newPADNAMEouter>>.
=cut
*/