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/07/10 02:26:55 UTC

cvs commit: modperl-docs/src/docs/2.0/api/APR Bucket.pod Pool.pod SockAddr.pod Socket.pod ThreadMutex.pod Util.pod

stas        2004/07/09 17:26:55

  Modified:    src/docs/2.0/api/APR Bucket.pod Pool.pod SockAddr.pod
                        Socket.pod ThreadMutex.pod Util.pod
  Log:
  minor tweaks
  
  Revision  Changes    Path
  1.8       +4 -4      modperl-docs/src/docs/2.0/api/APR/Bucket.pod
  
  Index: Bucket.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/APR/Bucket.pod,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -u -r1.7 -r1.8
  --- Bucket.pod	9 Jun 2004 16:17:42 -0000	1.7
  +++ Bucket.pod	10 Jul 2004 00:26:55 -0000	1.8
  @@ -466,13 +466,13 @@
   
   =head1 Unsupported API
   
  -C<APR::Socket> also provides auto-generated perl interface for a few
  +C<APR::Socket> also provides auto-generated Perl interface for a few
   other methods which aren't tested at the moment and therefore their
   API is a subject to change. These methods will be finalized later as a
   need arises. If you want to rely on any of the following methods
  -please contact the L<the mod_perl development mailing list|maillist::dev>
  -so we can help eachother take the steps necessary to shift the method
  -to an officially supported API.
  +please contact the L<the mod_perl development mailing
  +list|maillist::dev> so we can help each other take the steps necessary
  +to shift the method to an officially supported API.
   
   
   
  
  
  
  1.6       +2 -2      modperl-docs/src/docs/2.0/api/APR/Pool.pod
  
  Index: Pool.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/APR/Pool.pod,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -u -r1.5 -r1.6
  --- Pool.pod	22 May 2004 02:03:26 -0000	1.5
  +++ Pool.pod	10 Jul 2004 00:26:55 -0000	1.6
  @@ -386,12 +386,12 @@
   
   =head1 Unsupported API
   
  -C<APR::Pool> also provides auto-generated perl interface for a few
  +C<APR::Pool> also provides auto-generated Perl interface for a few
   other methods which aren't tested at the moment and therefore their
   API is a subject to change. These methods will be finalized later as a
   need arises. If you want to rely on any of the following methods
   please contact the L<the mod_perl development mailing
  -list|maillist::dev> so we can help eachother take the steps necessary
  +list|maillist::dev> so we can help each other take the steps necessary
   to shift the method to an officially supported API.
   
   
  
  
  
  1.6       +4 -4      modperl-docs/src/docs/2.0/api/APR/SockAddr.pod
  
  Index: SockAddr.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/APR/SockAddr.pod,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -u -r1.5 -r1.6
  --- SockAddr.pod	22 May 2004 02:03:26 -0000	1.5
  +++ SockAddr.pod	10 Jul 2004 00:26:55 -0000	1.6
  @@ -97,13 +97,13 @@
   
   =head1 Unsupported API
   
  -C<APR::SockAddr> also provides auto-generated perl interface for a few
  +C<APR::SockAddr> also provides auto-generated Perl interface for a few
   other methods which aren't tested at the moment and therefore their
   API is a subject to change. These methods will be finalized later as a
   need arises. If you want to rely on any of the following methods
  -please contact the L<the mod_perl development mailing list|maillist::dev>
  -so we can help eachother take the steps necessary to shift the method
  -to an officially supported API.
  +please contact the L<the mod_perl development mailing
  +list|maillist::dev> so we can help each other take the steps necessary
  +to shift the method to an officially supported API.
   
   
   =head2 C<equal>
  
  
  
  1.11      +4 -4      modperl-docs/src/docs/2.0/api/APR/Socket.pod
  
  Index: Socket.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/APR/Socket.pod,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -u -r1.10 -r1.11
  --- Socket.pod	9 Jun 2004 16:17:42 -0000	1.10
  +++ Socket.pod	10 Jul 2004 00:26:55 -0000	1.11
  @@ -371,13 +371,13 @@
   
   =head1 Unsupported API
   
  -C<APR::Socket> also provides auto-generated perl interface for a few
  +C<APR::Socket> also provides auto-generated Perl interface for a few
   other methods which aren't tested at the moment and therefore their
   API is a subject to change. These methods will be finalized later as a
   need arises. If you want to rely on any of the following methods
  -please contact the L<the mod_perl development mailing list|maillist::dev>
  -so we can help eachother take the steps necessary to shift the method
  -to an officially supported API.
  +please contact the L<the mod_perl development mailing
  +list|maillist::dev> so we can help each other take the steps necessary
  +to shift the method to an officially supported API.
   
   
   
  
  
  
  1.6       +2 -2      modperl-docs/src/docs/2.0/api/APR/ThreadMutex.pod
  
  Index: ThreadMutex.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/APR/ThreadMutex.pod,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -u -r1.5 -r1.6
  --- ThreadMutex.pod	25 May 2004 02:05:07 -0000	1.5
  +++ ThreadMutex.pod	10 Jul 2004 00:26:55 -0000	1.6
  @@ -30,12 +30,12 @@
   
   =head1 Unsupported API
   
  -C<APR::ThreadMutex> also provides auto-generated perl interface for a
  +C<APR::ThreadMutex> also provides auto-generated Perl interface for a
   few other methods which aren't tested at the moment and therefore
   their API is a subject to change. These methods will be finalized
   later as a need arises. If you want to rely on any of the following
   methods please contact the L<the mod_perl development mailing
  -list|maillist::dev> so we can help eachother take the steps necessary
  +list|maillist::dev> so we can help each other take the steps necessary
   to shift the method to an officially supported API.
   
   
  
  
  
  1.6       +4 -4      modperl-docs/src/docs/2.0/api/APR/Util.pod
  
  Index: Util.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/APR/Util.pod,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -u -r1.5 -r1.6
  --- Util.pod	28 May 2004 02:54:34 -0000	1.5
  +++ Util.pod	10 Jul 2004 00:26:55 -0000	1.6
  @@ -95,13 +95,13 @@
   
   =head1 Unsupported API
   
  -C<APR::Socket> also provides auto-generated perl interface for a few
  +C<APR::Socket> also provides auto-generated Perl interface for a few
   other methods which aren't tested at the moment and therefore their
   API is a subject to change. These methods will be finalized later as a
   need arises. If you want to rely on any of the following methods
  -please contact the L<the mod_perl development mailing list|maillist::dev>
  -so we can help eachother take the steps necessary to shift the method
  -to an officially supported API.
  +please contact the L<the mod_perl development mailing
  +list|maillist::dev> so we can help each other take the steps necessary
  +to shift the method to an officially supported API.
   
   
   
  
  
  

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