stas        2004/01/11 20:30:47

  Modified:    src/docs/2.0/user/config config.pod
               src/docs/2.0/user/handlers intro.pod
               src/docs/2.0/user/porting compat.pod
  Log:
  -=head1 Single Phase's Multiple Handlers Behavior
  +=head1 Stacked Handlers
  adjust links
  
  Revision  Changes    Path
  1.54      +1 -2      modperl-docs/src/docs/2.0/user/config/config.pod
  
  Index: config.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/config/config.pod,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -u -r1.53 -r1.54
  --- config.pod        4 Dec 2003 00:48:13 -0000       1.53
  +++ config.pod        12 Jan 2004 04:30:46 -0000      1.54
  @@ -1151,8 +1151,7 @@
   used by the core mod_perl directives and their definition can be found
   in I<include/httpd_config.h> (hint: search for C<RSRC_CONF>).
   
  -Also see L<Single Phase's Multiple Handlers
  
-Behavior|docs::2.0::user::handlers::intro/Single_Phase_s_Multiple_Handlers_Behavior>.
  +Also see L<Stacked 
Handlers|docs::2.0::user::handlers::intro/Stacked_Handlers>.
   
   
   
  
  
  
  1.19      +2 -2      modperl-docs/src/docs/2.0/user/handlers/intro.pod
  
  Index: intro.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/handlers/intro.pod,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -u -r1.18 -r1.19
  --- intro.pod 26 Nov 2003 17:47:34 -0000      1.18
  +++ intro.pod 12 Jan 2004 04:30:46 -0000      1.19
  @@ -79,7 +79,7 @@
   
   C<Apache::DECLINED> is another return value that indicates success,
   but it's only relevant for
  
-L<phases|docs::2.0::user::handlers::intro/Single_Phase_s_Multiple_Handlers_Behavior>
  +L<phases|docs::2.0::user::handlers::intro/Stacked_Handlers>
   of type C<L<RUN_FIRST|/RUN_FIRST>>.
   
   L<HTTP handlers|docs::2.0::user::handlers::http> may also return
  @@ -217,7 +217,7 @@
   
   
   
  -=head1 Single Phase's Multiple Handlers Behavior
  +=head1 Stacked Handlers
   
   For each phase there can be more than one handler assigned (also known
   as I<hooks>, because the C functions are called
  
  
  
  1.32      +4 -3      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.31
  retrieving revision 1.32
  diff -u -u -r1.31 -r1.32
  --- compat.pod        19 Dec 2003 06:28:53 -0000      1.31
  +++ compat.pod        12 Jan 2004 04:30:46 -0000      1.32
  @@ -1327,9 +1327,10 @@
   handlers are configured, respecting (or ignoring) the return 
   value of each handler as it is called.
   
  -See L<Single Phase's Multiple Handlers
  
-Behavior|docs::2.0::user::handlers::intro/Single_Phase_s_Multiple_Handlers_Behavior>
  -for a complete description of each hook and its run-type.
  +See L<Stacked
  +Handlers|docs::2.0::user::handlers::intro/Stacked_Handlers> for a
  +complete description of each hook and its run-type.
  +
   
   
   =head1 C<Apache::src>
  
  
  

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

Reply via email to