summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/read.2
diff options
context:
space:
mode:
authorkbyanc <kbyanc@FreeBSD.org>2004-06-15 01:24:41 +0000
committerkbyanc <kbyanc@FreeBSD.org>2004-06-15 01:24:41 +0000
commit749e9ea6a2f2284b102c67a789c217b10227552a (patch)
tree5732e9c14924abc3ceef54c1351aad534a079903 /lib/libc/sys/read.2
parent32557ff0fdc76989d92ccb0ed98df329552bebb1 (diff)
downloadFreeBSD-src-749e9ea6a2f2284b102c67a789c217b10227552a.zip
FreeBSD-src-749e9ea6a2f2284b102c67a789c217b10227552a.tar.gz
The maximum value of iovcnt is IOV_MAX, not 16.
Diffstat (limited to 'lib/libc/sys/read.2')
-rw-r--r--lib/libc/sys/read.23
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/read.2 b/lib/libc/sys/read.2
index 6cb339a..b73e11a 100644
--- a/lib/libc/sys/read.2
+++ b/lib/libc/sys/read.2
@@ -189,7 +189,8 @@ may return one of the following errors:
The
.Fa iovcnt
argument
-was less than or equal to 0, or greater than 16.
+was less than or equal to 0, or greater than
+.Li IOV_MAX .
.It Bq Er EINVAL
One of the
.Fa iov_len
OpenPOWER on IntegriCloud