stas        2003/03/05 01:52:45

  Modified:    src/docs/2.0/user/handlers filters.pod
  Log:
  doh! another markup fix
  
  Revision  Changes    Path
  1.18      +1 -1      modperl-docs/src/docs/2.0/user/handlers/filters.pod
  
  Index: filters.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/handlers/filters.pod,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- filters.pod       5 Mar 2003 09:50:12 -0000       1.17
  +++ filters.pod       5 Mar 2003 09:52:44 -0000       1.18
  @@ -1429,7 +1429,7 @@
   example), and then prints each line reversed while preserving the new
   line control characters at the end of each line.  Behind the scenes
   C<$filter-E<gt>read()> retrieves the incoming brigade and gets the
  -data from it, and C<<$filter-E<gt>print()> appends to the new brigade
  +data from it, and C<$filter-E<gt>print()> appends to the new brigade
   which is then sent to the next filter in the stack. C<read()> breaks
   the I<while> loop, when the brigade is emptied or the end of stream is
   received.
  
  
  

Reply via email to