summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-10-21 20:00:18 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-10-21 20:00:18 +0000
commit0c46b92242d25736ee4d087ac641263aee078ff6 (patch)
tree3f73d9c732b518e8ce8c2a4941b2555ee249ab92 /lib/libc
parent09533afdf9d8765c07281cc781bb793add772fff (diff)
exceedes -> exceeds; from Jared Yanovich;
also remove unnecessary .Pp and -compact from display;
Diffstat (limited to 'lib/libc')
-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