/[Apache-SVN]/perl/modperl/docs/trunk/src/docs/2.0/api/APR/OS.pod
ViewVC logotype

Diff of /perl/modperl/docs/trunk/src/docs/2.0/api/APR/OS.pod

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- perl/modperl/docs/trunk/src/docs/2.0/api/APR/OS.pod	2005/04/02 22:34:47	159837
+++ perl/modperl/docs/trunk/src/docs/2.0/api/APR/OS.pod	2005/04/02 22:40:15	159838
@@ -58,9 +58,9 @@ under threaded MPMs returns the current
 
 Example:
 
-    use Apache::MPM ();
+    use Apache2::MPM ();
     use APR::OS ();
-    if (Apache::MPM->is_threaded) {
+    if (Apache2::MPM->is_threaded) {
         my $tid_obj = APR::OS::current_thread_id();
         print "TID: $tid";
     }

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26