summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-17 12:38:50 -0600
committerKarl Williamson <khw@cpan.org>2022-05-17 12:39:59 -0600
commit72c1cbb43c4dc5b9392f0508fdd67dc71ce4d215 (patch)
tree32713180ed06689184754fa52ebe5582b6f8bca1 /sv.c
parente62fd1b4710e83c61d1c2663ba1e43225bf7249d (diff)
downloadperl-72c1cbb43c4dc5b9392f0508fdd67dc71ce4d215.tar.gz
perlapi: Properly cross link to other elements
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sv.c b/sv.c
index 8a5c123026..583284eefc 100644
--- a/sv.c
+++ b/sv.c
@@ -11048,7 +11048,8 @@ Perl_sv_vcatpvf_mg(pTHX_ SV *const sv, const char *const pat, va_list *const arg
Works like C<sv_vcatpvfn> but copies the text into the SV instead of
appending it.
-Usually used via one of its frontends C<sv_vsetpvf> and C<sv_vsetpvf_mg>.
+Usually used via one of its frontends L</C<sv_vsetpvf>> and
+L</C<sv_vsetpvf_mg>>.
=cut
*/
@@ -11951,8 +11952,8 @@ can set or clear the C<SV_GMAGIC> and/or S<SV_SMAGIC> flags, to specify which
magic to handle or not handle; whereas plain C<sv_vcatpvfn> always specifies
both 'get' and 'set' magic.
-They are usually used via one of the frontends C<sv_vcatpvf> and
-C<sv_vcatpvf_mg>.
+They are usually used via one of the frontends L</C<sv_vcatpvf>> and
+L</C<sv_vcatpvf_mg>>.
=cut
*/