summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordds <dds@FreeBSD.org>2003-10-11 20:47:44 +0000
committerdds <dds@FreeBSD.org>2003-10-11 20:47:44 +0000
commitb2c1ae429508110c774cfdd94fa4078e8f300502 (patch)
treeb29a83b4b2dafacbaf2e0ff2a6d93ddf0e9f7f1d /lib
parentcbf5708f4336b824b85366d55d42235852183b83 (diff)
downloadFreeBSD-src-b2c1ae429508110c774cfdd94fa4078e8f300502.zip
FreeBSD-src-b2c1ae429508110c774cfdd94fa4078e8f300502.tar.gz
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.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/write.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2
index 299dacd..2064769 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
OpenPOWER on IntegriCloud