summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/read.27
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/sys/read.2 b/lib/libc/sys/read.2
index 2f5cd3f47e1..54a009af257 100644
--- a/lib/libc/sys/read.2
+++ b/lib/libc/sys/read.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: read.2,v 1.24 2003/06/02 20:18:39 millert Exp $
+.\" $OpenBSD: read.2,v 1.25 2003/10/21 20:00:17 jmc Exp $
.\" $NetBSD: read.2,v 1.6 1995/02/27 12:35:47 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -82,8 +82,7 @@ and
the
.Fa iovec
structure is defined as:
-.Pp
-.Bd -literal -offset indent -compact
+.Bd -literal -offset indent
struct iovec {
void *iov_base;
size_t iov_len;
@@ -130,7 +129,7 @@ and
.Fn preadv
will fail if the value of
.Fa iovcnt
-exceedes the constant
+exceeds the constant
.Dv IOV_MAX .
.Sh RETURN VALUES
If successful, the