diff options
author | dds <dds@FreeBSD.org> | 2003-10-11 20:47:44 +0000 |
---|---|---|
committer | dds <dds@FreeBSD.org> | 2003-10-11 20:47:44 +0000 |
commit | b2c1ae429508110c774cfdd94fa4078e8f300502 (patch) | |
tree | b29a83b4b2dafacbaf2e0ff2a6d93ddf0e9f7f1d /lib/libc/sys | |
parent | cbf5708f4336b824b85366d55d42235852183b83 (diff) | |
download | FreeBSD-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/libc/sys')
-rw-r--r-- | lib/libc/sys/write.2 | 2 |
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 |