From d8e799d8745d2ac633964ffe0c05f5642ab34bcf Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 6 May 2022 12:42:54 -0600 Subject: 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 --- mathoms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mathoms.c') 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 instead. -- cgit v1.2.1