Author: randyk
Date: Sat Apr  2 13:54:51 2005
New Revision: 159822

URL: http://svn.apache.org/viewcvs?view=rev&rev=159822
Log:
s/Apache/Apache2/

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Process.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Process.pod
URL: 
http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Process.pod?view=diff&r1=159821&r2=159822
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Process.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Process.pod Sat Apr  2 
13:54:51 2005
@@ -1,14 +1,14 @@
 =head1 NAME
 
-Apache::Process - Perl API for Apache process record
+Apache2::Process - Perl API for Apache process record
 
 
 
 
 =head1 Synopsis
 
-  use Apache::Process ();
-  use Apache::ServerRec ();
+  use Apache2::Process ();
+  use Apache2::ServerRec ();
   my $proc = $s->process;
   
   # global pool cleared on exit
@@ -27,11 +27,11 @@
 
 =head1 Description
 
-C<Apache::Process> provides the API for the Apache process object,
+C<Apache2::Process> provides the API for the Apache process object,
 which you can retrieve with
-C<L<$s-E<gt>process|docs::2.0::api::Apache::ServerRec/C_process_>>:
+C<L<$s-E<gt>process|docs::2.0::api::Apache2::ServerRec/C_process_>>:
 
-  use Apache::ServerRec ();
+  use Apache2::ServerRec ();
   $proc = $s->process;
 
 
@@ -39,7 +39,7 @@
 
 =head1 API
 
-C<Apache::Process> provides the following functions and/or methods:
+C<Apache2::Process> provides the following functions and/or methods:
 
 
 
@@ -53,7 +53,7 @@
 =over 4
 
 =item obj: C<$proc>
-( C<L<Apache::Process object|docs::2.0::api::Apache::Process>> )
+( C<L<Apache2::Process object|docs::2.0::api::Apache2::Process>> )
 
 =item ret: C<$p>
 ( C<L<APR::Pool object|docs::2.0::api::APR::Pool>> )
@@ -79,7 +79,7 @@
 =over 4
 
 =item obj: C<$proc>
-( C<L<Apache::Process object|docs::2.0::api::Apache::Process>> )
+( C<L<Apache2::Process object|docs::2.0::api::Apache2::Process>> )
 
 =item ret: C<$p>
 ( C<L<APR::Pool object|docs::2.0::api::APR::Pool>> )
@@ -106,7 +106,7 @@
 =over 4
 
 =item obj: C<$proc>
-( C<L<Apache::Process object|docs::2.0::api::Apache::Process>> )
+( C<L<Apache2::Process object|docs::2.0::api::Apache2::Process>> )
 
 =item ret: C<$short_name> (string)
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to