stas        2003/09/22 17:20:43

  Modified:    src/docs/2.0/user/config config.pod
  Log:
  - remove the numerical values for PerlTrace, which change every time a new
    category is add, making them impractical to document
  - document a new category: e environment variables
  
  Revision  Changes    Path
  1.43      +12 -15    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.42
  retrieving revision 1.43
  diff -u -u -r1.42 -r1.43
  --- config.pod        19 Aug 2003 07:28:38 -0000      1.42
  +++ config.pod        23 Sep 2003 00:20:43 -0000      1.43
  @@ -925,22 +925,19 @@
   
   which sets maximum logging and debugging levels;
   
  -a combination of one or more option letters (or option numerical
  -equivalents) from the following list:
  +a combination of one or more option letters from the following list:
   
  -  c (  1) configuration for directive handlers
  -  d (  2) directive processing
  -  f (  4) filters
  -  g (  8) Perl runtime interaction
  -  h ( 16) handlers
  -  i ( 32) interpreter pool management
  -  m ( 64) memory allocations
  -  o (128) I/O
  -  s (256) Perl sections
  -  t (512) benchmark-ish timings
  -
  -META: should probably not rely on the numeric values as they may
  -change in the future. perhaps we should remove them competely.
  +  c configuration for directive handlers
  +  d directive processing
  +  f filters
  +  e environment variables
  +  g Perl runtime interaction
  +  h handlers
  +  i interpreter pool management
  +  m memory allocations
  +  o I/O
  +  s Perl sections
  +  t benchmark-ish timings
   
   When C<PerlTrace> is not specified, the tracing level will be set to
   the value of the C<$ENV{MOD_PERL_TRACE}> environment variable.
  
  
  

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

Reply via email to