diff options
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) |