stas        2004/02/09 12:28:39

  Modified:    src/docs/2.0/user/porting compat.pod
  Log:
  merge two duplicated entries into one
  
  Revision  Changes    Path
  1.39      +3 -11     modperl-docs/src/docs/2.0/user/porting/compat.pod
  
  Index: compat.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/porting/compat.pod,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -u -r1.38 -r1.39
  --- compat.pod        9 Feb 2004 18:44:58 -0000       1.38
  +++ compat.pod        9 Feb 2004 20:28:39 -0000       1.39
  @@ -739,6 +739,9 @@
   C<L<Apache::compat|docs::2.0::api::Apache::compat>> implements
   C<$r-E<gt>cleanup_for_exec> for backwards compatibility as a NOOP.
   
  +See also the
  +C<L<Apache::SubProcess|docs::2.0::api::Apache::SubProcess>> manpage.
  +
   =head2 C<$r-E<gt>get_remote_host>
   
   C<get_remote_host()> is now invoked on the C<L<connection
  @@ -749,17 +752,6 @@
   
   C<$r-E<gt>get_remote_host> is available through
   C<L<Apache::compat|docs::2.0::api::Apache::compat>>.
  -
  -=head2 C<$r-E<gt>cleanup_for_exec>
  -
  -C<$r-E<gt>cleanup_for_exec> doesn't exist in the Apache 2.0 API, it is
  -now being internally called by the Apache process spawning
  -functions. For more information see
  -C<L<Apache::SubProcess|docs::2.0::api::Apache::SubProcess>> manpage.
  -
  -There is C<L<$pool-E<gt>cleanup_for_exec|docs::2.0::api::APR::Pool>>,
  -but it's not the same as C<$r-E<gt>cleanup_for_exec> in the mod_perl
  -1.0 API.
   
   
   =head2 C<$r-E<gt>content>
  
  
  

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

Reply via email to