16 isn't the iov limit, it's UIO_MAXIOV
authorJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Sun, 3 Apr 1994 02:37:25 +0000 (18:37 -0800)
committerJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Sun, 3 Apr 1994 02:37:25 +0000 (18:37 -0800)
SCCS-vsn: lib/libc/sys/write.2 8.5

usr/src/lib/libc/sys/write.2

index 2d695b2..4befe23 100644 (file)
@@ -3,7 +3,7 @@
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)write.2    8.4 (Berkeley) %G%
+.\"     @(#)write.2    8.5 (Berkeley) %G%
 .\"
 .Dd 
 .Dt WRITE 2
 .\"
 .Dd 
 .Dt WRITE 2
@@ -141,7 +141,8 @@ may return one of the following errors:
 .Bl -tag -width Er
 .It Bq Er EINVAL
 .Fa Iovcnt
 .Bl -tag -width Er
 .It Bq Er EINVAL
 .Fa Iovcnt
-was less than or equal to 0, or greater than 16.
+was less than or equal to 0, or greater than
+.Dv UIO_MAXIOV .
 .It Bq Er EINVAL
 One of the
 .Fa iov_len
 .It Bq Er EINVAL
 One of the
 .Fa iov_len