Changed EINVAL constant reference from UIO_MAXIOV to IOV_MAX.

The former is a kernel-only visible constant, the latter the
POSIX-specified userland constant defined by including limits.h.
This commit is contained in:
Diomidis Spinellis 2003-10-11 20:47:44 +00:00
parent 91b7d6dc58
commit 638f4836e3

View file

@ -207,7 +207,7 @@ The
.Fa iovcnt
argument
was less than or equal to 0, or greater than
.Dv UIO_MAXIOV .
.Dv IOV_MAX .
.It Bq Er EINVAL
One of the
.Fa iov_len