From: Mark-Jason Dominus Date: Fri, 13 Jul 2001 15:55:41 +0000 (-0400) Subject: Error in lib/PerlIO/Via.pm ? X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6391fff28eaddf20fd92139d36a56795a3e7f59d;p=p5sagit%2Fp5-mst-13.2.git Error in lib/PerlIO/Via.pm ? Message-ID: <20010713195541.26751.qmail@plover.com> p4raw-id: //depot/perl@11365 --- diff --git a/ext/PerlIO/Via/Via.pm b/ext/PerlIO/Via/Via.pm index c9dd01b..1f5dedd 100644 --- a/ext/PerlIO/Via/Via.pm +++ b/ext/PerlIO/Via/Via.pm @@ -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)