--- AnyEvent/lib/AnyEvent/Handle.pm 2009/07/05 19:43:52 1.138 +++ AnyEvent/lib/AnyEvent/Handle.pm 2009/07/05 23:39:48 1.139 @@ -135,7 +135,7 @@ read buffer). To access (and remove data from) the read buffer, use the C<< ->rbuf >> -method or access the C<$handle->{rbuf}> member directly. Note that you +method or access the C<< $handle->{rbuf} >> member directly. Note that you must not enlarge or modify the read buffer, you can only remove data at the beginning from it.