From 0a3a8dc0cd7227e83cd26fe236d1ad57c4add668 Mon Sep 17 00:00:00 2001 From: Vincent Pit Date: Sat, 23 Feb 2008 13:04:43 +0100 Subject: Re: [PATCH] POD fixes Message-ID: <47BFFDCB.60107@profvince.com> p4raw-id: //depot/perl@33366 --- pod/perlxs.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pod/perlxs.pod') diff --git a/pod/perlxs.pod b/pod/perlxs.pod index c045564a6d..f88565bf17 100644 --- a/pod/perlxs.pod +++ b/pod/perlxs.pod @@ -2007,7 +2007,7 @@ comma, i.e. C<_aMY_CXT>, C, C<_pMY_CXT> and C. =item MY_CXT_CLONE By default, when a new interpreter is created as a copy of an existing one -(eg via C<create()>>), both interpreters share the same physical +(eg via C<< threads->create() >>), both interpreters share the same physical my_cxt_t structure. Calling C (typically via the package's C function), causes a byte-for-byte copy of the structure to be taken, and any future dMY_CXT will cause the copy to be accessed instead. -- cgit v1.2.1