diff options
Diffstat (limited to 'lib/libc/sys/read.2')
-rw-r--r-- | lib/libc/sys/read.2 | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/libc/sys/read.2 b/lib/libc/sys/read.2 index 40e4e259358..70f8d5c7ab8 100644 --- a/lib/libc/sys/read.2 +++ b/lib/libc/sys/read.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: read.2,v 1.3 1998/07/06 18:28:15 deraadt Exp $ +.\" $OpenBSD: read.2,v 1.4 1998/07/28 04:13:34 millert Exp $ .\" $NetBSD: read.2,v 1.6 1995/02/27 12:35:47 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -160,17 +160,11 @@ was less than or equal to 0, or greater than .\".Dv {UIO_MAXIOV} . .Fa UIO_MAXIOV .It Bq Er EINVAL -One of the -.Fa iov_len -values in the -.Fa iov -array was negative. -.It Bq Er EINVAL The sum of the .Fa iov_len values in the .Fa iov -array overflowed a 32-bit integer. +array overflowed an unsigned 32-bit integer. .It Bq Er EFAULT Part of the .Fa iov |