Index: ossp-pkg/ex/ex.pod RCS File: /v/ossp/cvs/ossp-pkg/ex/ex.pod,v rcsdiff -q -kk '-r1.14' '-r1.15' -u '/v/ossp/cvs/ossp-pkg/ex/ex.pod,v' 2>/dev/null --- ex.pod 2002/01/30 12:28:37 1.14 +++ ex.pod 2002/01/30 12:34:41 1.15 @@ -334,14 +334,14 @@ There are two issues: which machine context to use and where to store the exception context to make sure exception throwing happens only within a thread and does not conflict with the regular thread -dispatching. Here are two examples: +dispatching. =head2 GNU pth Using B with B is straight-forward, because B -already has support for B built-in. All which is needed is that -B is configured with the Autoconf option C<--with-ex>. Then -each thread has its own B exception context. +1.5 (or higher) already has support for B built-in. All which +is needed is that B is configured with the Autoconf option +C<--with-ex>. Then each thread has its own B exception context. =head2 POSIX pthreads