diff options
| author | kleink <kleink@NetBSD.org> | 1998-08-03 15:01:00 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 1998-08-03 15:01:00 +0000 |
| commit | c68582d64b5befaa3964bdb84a3a98cd1b948aaf (patch) | |
| tree | 13576b2b7b55d95f83576a016894a8090be98b0c /lib/libc/sys/write.2 | |
| parent | 5057faa688caed2843a569a0dc3b96abb2800980 (diff) | |
UIO_MAXIOV -> IOV_MAX
Diffstat (limited to 'lib/libc/sys/write.2')
| -rw-r--r-- | lib/libc/sys/write.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2 index fb7faad5786..792ce045b80 100644 --- a/lib/libc/sys/write.2 +++ b/lib/libc/sys/write.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: write.2,v 1.10 1998/07/29 02:11:35 thorpej Exp $ +.\" $NetBSD: write.2,v 1.11 1998/08/03 15:02:47 kleink Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -190,7 +190,7 @@ may return one of the following errors: .It Bq Er EINVAL .Fa Iovcnt 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 |
