From 638f4836e348b4a1882197e044f331a48d4c43e2 Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Sat, 11 Oct 2003 20:47:44 +0000 Subject: [PATCH] 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. --- lib/libc/sys/write.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2 index 299dacd0a02..206476931dc 100644 --- a/lib/libc/sys/write.2 +++ b/lib/libc/sys/write.2 @@ -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