summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-17 12:29:59 -0600
committerKarl Williamson <khw@cpan.org>2022-05-17 12:30:35 -0600
commitd9f14fbc755c5233e419723fa4465a0837201b29 (patch)
tree5f1137659f1eb71fb1855a1cc1053ef50f327c22 /perl.c
parentf2e74355649c00800c476b82ae8a030291ad3d8b (diff)
downloadperl-d9f14fbc755c5233e419723fa4465a0837201b29.tar.gz
perlapi: Properly link to gv_fetchpv
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.c b/perl.c
index 057cd0e99a..ab9b67b87e 100644
--- a/perl.c
+++ b/perl.c
@@ -2717,7 +2717,7 @@ S_run_body(pTHX_ I32 oldscope)
=for apidoc get_sv
Returns the SV of the specified Perl scalar. C<flags> are passed to
-C<gv_fetchpv>. If C<GV_ADD> is set and the
+L</C<gv_fetchpv>>. If C<GV_ADD> is set and the
Perl variable does not exist then it will be created. If C<flags> is zero
and the variable does not exist then NULL is returned.