stas        2004/09/13 14:07:10

  Modified:    src/docs/2.0/api/Apache CmdParms.pod
  Log:
  better call temp pool, temp_pool :)
  
  Revision  Changes    Path
  1.13      +7 -3      modperl-docs/src/docs/2.0/api/Apache/CmdParms.pod
  
  Index: CmdParms.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/CmdParms.pod,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -u -r1.12 -r1.13
  --- CmdParms.pod      13 Sep 2004 21:02:00 -0000      1.12
  +++ CmdParms.pod      13 Sep 2004 21:07:09 -0000      1.13
  @@ -300,7 +300,7 @@
   
   =back
   
  -For example for a container definition:
  +For example for a container block:
   
     <Location /foo>
     ...
  @@ -310,6 +310,10 @@
   
   
   
  +
  +
  +
  +
   =head2 C<pool>
   
   Pool associated with this command
  @@ -361,14 +365,14 @@
   Pool for scratch memory; persists during configuration, but destroyed
   before the first request is served.
   
  -  $p = $parms->temp_pool;
  +  $temp_pool = $parms->temp_pool;
   
   =over 4
   
   =item obj: C<$parms>
   ( C<L<Apache::CmdParms object|docs::2.0::api::Apache::CmdParms>> )
   
  -=item ret: C<$p>
  +=item ret: C<$temp_pool>
   ( C<L<APR::Pool object|docs::2.0::api::APR::Pool>> )
   
   =item since: 1.99_12
  
  
  

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

Reply via email to