geoff       2004/01/19 10:48:31

  Modified:    src/docs/2.0/api Apache.pod
               src/docs/2.0/api/Apache ServerUtil.pod
  Log:
  Apache::server_root is now Apache::Server::server_root
  
  Revision  Changes    Path
  1.2       +2 -2      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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Apache.pod        15 Jan 2004 00:04:13 -0000      1.1
  +++ Apache.pod        19 Jan 2004 18:48:31 -0000      1.2
  @@ -29,10 +29,10 @@
   namespace. For example
   C<L<Apache::ServerUtil|docs::2.0::api::Apache::ServerUtil>> defines a
   constant
  
-C<L<Apache::server_root|docs::2.0::api::Apache::ServerUtil/C_Apache__server_root_>>:
  
+C<L<Apache::Server::server_root|docs::2.0::api::Apache::ServerUtil/C_Apache__Server__server_root_>>:
   
     use Apache::ServerUtil;
  -  my $server_root = Apache::server_root;
  +  my $server_root = Apache::Server::server_root;
   
   To use this functions and methods you need to load the module that
   defines them. If you aren't sure which module contains the symbol you
  
  
  
  1.12      +2 -2      modperl-docs/src/docs/2.0/api/Apache/ServerUtil.pod
  
  Index: ServerUtil.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/ServerUtil.pod,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- ServerUtil.pod    19 Jan 2004 18:16:57 -0000      1.11
  +++ ServerUtil.pod    19 Jan 2004 18:48:31 -0000      1.12
  @@ -38,7 +38,7 @@
   
   
   
  -=head2 C<Apache::server_root>
  +=head2 C<Apache::Server::server_root>
   
   returns the value set by the C<ServerRoot> directive.
   
  @@ -168,7 +168,7 @@
   with a trailing C</>. (it's the same as using C<''> as C<$fname>'s
   value).
   
  -Also see the C<L<Apache::server_root|/C_Apache__server_root_>>
  +Also see the 
C<L<Apache::Server::server_root|/C_Apache__Server__server_root_>>
   constant.
   
   
  
  
  

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

Reply via email to