stas        2003/05/26 19:40:43

  Modified:    src/docs/2.0/user/handlers intro.pod
  Log:
  mention that bb are used in protocol handlers and not only filters
  
  Revision  Changes    Path
  1.8       +2 -1      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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- intro.pod 23 May 2003 07:37:21 -0000      1.7
  +++ intro.pod 27 May 2003 02:40:43 -0000      1.8
  @@ -172,7 +172,8 @@
   
   In order to make the filtering mechanism efficient and avoid
   unnecessary copying, while keeping the data abstracted, the I<Bucket
  -Brigades> technology was introduced.
  +Brigades> technology was introduced. It's also used in L<protocol
  +handlers|docs::2.0::user::handlers::protocols>.
   
   A bucket represents a chunk of data.  Buckets linked together comprise
   a brigade. Each bucket in a brigade can be modified, removed and
  
  
  

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

Reply via email to