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 */