diff options
author | Mark-Jason Dominus <mjd@plover.com> | 2001-07-13 11:55:41 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-13 21:22:20 +0000 |
commit | 6391fff28eaddf20fd92139d36a56795a3e7f59d (patch) | |
tree | c2fd15c8a719ea70083b5ea003f813761a8bfc28 /ext | |
parent | cae76074f650fe7034352c23a797b9146719d241 (diff) | |
download | perl-6391fff28eaddf20fd92139d36a56795a3e7f59d.tar.gz |
Error in lib/PerlIO/Via.pm ?
Message-ID: <20010713195541.26751.qmail@plover.com>
p4raw-id: //depot/perl@11365
Diffstat (limited to 'ext')
-rw-r--r-- | ext/PerlIO/Via/Via.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/PerlIO/Via/Via.pm b/ext/PerlIO/Via/Via.pm index c9dd01b6a4..1f5dedd762 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) |