From 6dc6bb9e401d61b5ccb61f12de9ae931da03cf65 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 3 Dec 2025 12:25:50 -0700 Subject: [PATCH] perlapi: Move apidoc lines to proper place Where they were made autodoc.pl think they were from a new entry --- intrpvar.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/intrpvar.h b/intrpvar.h index 84664f9f70..c35e64d129 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -375,15 +375,15 @@ Set by the L operator. =back +On threaded perls, each thread has an independent copy of this variable; +each initialized at creation time with the current value of the creating +thread's copy. + =for apidoc Amnh||PERL_EXIT_EXPECTED =for apidoc Amnh||PERL_EXIT_ABORT =for apidoc Amnh||PERL_EXIT_DESTRUCT_END =for apidoc Amnh||PERL_EXIT_WARN -On threaded perls, each thread has an independent copy of this variable; -each initialized at creation time with the current value of the creating -thread's copy. - =cut */