You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2004/08/23 20:56:39 UTC

cvs commit: modperl-docs/src/docs/2.0/api Apache.pod

stas        2004/08/23 11:56:39

  Modified:    src/docs/2.0/api Apache.pod
  Log:
  $s->server lives in ServerUtil
  
  Revision  Changes    Path
  1.8       +3 -3      modperl-docs/src/docs/2.0/api/Apache.pod
  
  Index: Apache.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache.pod,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -u -r1.7 -r1.8
  --- Apache.pod	23 Aug 2004 18:51:49 -0000	1.7
  +++ Apache.pod	23 Aug 2004 18:56:39 -0000	1.8
  @@ -18,9 +18,9 @@
   
   There are several modules that require the I<Apache> class as the
   first argument to the class methods that they define. For example
  -C<L<Apache::ServerRec|docs::2.0::api::Apache::ServerRec>> defines a class
  -method
  -C<L<Apache-E<gt>server|docs::2.0::api::Apache::ServerRec/C_server_>>:
  +C<L<Apache::ServerUtil|docs::2.0::api::Apache::ServerUtil>> defines a
  +class method
  +C<L<Apache-E<gt>server|docs::2.0::api::Apache::ServerUtil/C_server_>>:
   
     use Apache::ServerUtil;
     my $server = Apache->server;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org