stas        2004/09/14 13:37:05

  Modified:    src/docs/2.0/user/config custom.pod
               src/docs/2.0/user/porting compat.pod
  Log:
  wrapping
  
  Revision  Changes    Path
  1.13      +4 -3      modperl-docs/src/docs/2.0/user/config/custom.pod
  
  Index: custom.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/config/custom.pod,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -u -r1.12 -r1.13
  --- custom.pod        14 Sep 2004 20:11:16 -0000      1.12
  +++ custom.pod        14 Sep 2004 20:37:04 -0000      1.13
  @@ -232,9 +232,10 @@
   Apache validate that the number of arguments is valid, the I<args_how>
   attribute should be set to the desired value. Similar to the
   I<L<req_override|/C_req_override_>> attribute, the
  -C<L<Apache::Const|docs::2.0::api::Apache::Const>>
  -package provides special constants which map to the corresponding
  -Apache macros.  There are L<several
  +C<L<Apache::Const|docs::2.0::api::Apache::Const>> package provides a
  +special C<L<:cmd_how|docs::2.0::api::Apache::Const/C__cmd_how_>>
  +constants group which maps to the corresponding Apache macros.  There
  +are L<several
   constants|/Directive_Syntax_Definition_Constants> to choose from.
   
   In our example, the directive C<MyParameter> accepts one or more
  
  
  
  1.65      +5 -2      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.64
  retrieving revision 1.65
  diff -u -u -r1.64 -r1.65
  --- compat.pod        14 Sep 2004 20:18:18 -0000      1.64
  +++ compat.pod        14 Sep 2004 20:37:05 -0000      1.65
  @@ -720,12 +720,15 @@
   
   
   
  +
  +
  +
   =head1 C<Apache::ModuleConfig::> Methods
   
   =head2 C<Apache::ModuleConfig-E<gt>get>
   
  -C<Apache::ModuleConfig-E<gt>get> has been replaced with
  -the function 
C<L<Apache::Module::get_config()|docs::2.0::api::Apache::Module/C_get_config_>>.
  +C<Apache::ModuleConfig-E<gt>get> has been replaced with the function
  
+C<L<Apache::Module::get_config()|docs::2.0::api::Apache::Module/C_get_config_>>.
   
   
   
  
  
  

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

Reply via email to