Error in lib/PerlIO/Via.pm ?
authorMark-Jason Dominus <mjd@plover.com>
Fri, 13 Jul 2001 15:55:41 +0000 (11:55 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 13 Jul 2001 21:22:20 +0000 (21:22 +0000)
Message-ID: <20010713195541.26751.qmail@plover.com>

p4raw-id: //depot/perl@11365

ext/PerlIO/Via/Via.pm

index c9dd01b..1f5dedd 100644 (file)
@@ -55,8 +55,8 @@ there isn't one.  Optional.  Default is fileno($fh).
 
 =item $obj->READ($buffer,$len,$fh)
 
-Returns the number of octets placed in $buffer (must be less that $len).
-Optional.  Default is to use FILL instead.
+Returns the number of octets placed in $buffer (must be less than or
+equal to $len).  Optional.  Default is to use FILL instead.
 
 =item $obj->WRITE($buffer,$fh)