summaryrefslogtreecommitdiff
path: root/mathoms.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-06 12:42:54 -0600
committerKarl Williamson <khw@cpan.org>2022-05-06 12:47:06 -0600
commitd8e799d8745d2ac633964ffe0c05f5642ab34bcf (patch)
treedaec1cccb0a1db1593e23be9dfdaaf8fb350f3aa /mathoms.c
parent877d2b3ed105c10cd1766537532b3322d0205379 (diff)
downloadperl-d8e799d8745d2ac633964ffe0c05f5642ab34bcf.tar.gz
perlapi,perlintern: Add tainting section
Tainting is so specialized that things dealing with it are better gathered together in one place. This commit moves the existing docs for such API into the new section
Diffstat (limited to 'mathoms.c')
-rw-r--r--mathoms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathoms.c b/mathoms.c
index 57a799ec45..4da5bbb83c 100644
--- a/mathoms.c
+++ b/mathoms.c
@@ -105,7 +105,7 @@ Perl_sv_unref(pTHX_ SV *sv)
}
/*
-=for apidoc_section $SV
+=for apidoc_section $tainting
=for apidoc sv_taint
Taint an SV. Use C<SvTAINTED_on> instead.