The maximum value of iovcnt is IOV_MAX, not 16.

This commit is contained in:
Kelly Yancey 2004-06-15 01:24:41 +00:00
parent 946fd6463d
commit 2aab594f92

View File

@ -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