summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-04-12 21:48:06 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-04-12 21:48:06 +0000
commit92dcc59984c834e34afcdaac99c0197d63a33ac8 (patch)
treeeb25de6f69d8162ab25e130d8aa6b85c3bce5624 /lib/libc/sys
parente264389dcab269557e4c11a85d01749c8069c994 (diff)
Trailing whitespace begone!
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/read.28
-rw-r--r--lib/libc/sys/socket.24
-rw-r--r--lib/libc/sys/write.28
3 files changed, 10 insertions, 10 deletions
diff --git a/lib/libc/sys/read.2 b/lib/libc/sys/read.2
index c39fcf005c8..72d7fc46f38 100644
--- a/lib/libc/sys/read.2
+++ b/lib/libc/sys/read.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: read.2,v 1.14 1999/09/26 16:05:01 espie Exp $
+.\" $OpenBSD: read.2,v 1.15 2000/04/12 21:48:02 aaron Exp $
.\" $NetBSD: read.2,v 1.6 1995/02/27 12:35:47 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -200,12 +200,12 @@ Code such as
while ((nr = read(fd, buf, sizeof buf)) > 0)
.Ed
.Pp
-is not maximally portable, as some platforms allow for
+is not maximally portable, as some platforms allow for
.Va nbytes
to range between
-.Dv SSIZE_MAX
+.Dv SSIZE_MAX
and
-.Dv SIZE_MAX
+.Dv SIZE_MAX
\- 2, in which case the return value of an error-free
.Fn read
may appear as a negative number distinct from \-1.
diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2
index f63fb31b685..c849948e835 100644
--- a/lib/libc/sys/socket.2
+++ b/lib/libc/sys/socket.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: socket.2,v 1.14 2000/03/14 21:31:40 aaron Exp $
+.\" $OpenBSD: socket.2,v 1.15 2000/04/12 21:48:02 aaron Exp $
.\" $NetBSD: socket.2,v 1.5 1995/02/27 12:37:53 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -62,7 +62,7 @@ The currently understood formats are
AF_UNIX (UNIX internal protocols),
AF_INET (ARPA Internet protocols),
AF_ISO (ISO protocols),
-AF_NS (Xerox Network Systems protocols),
+AF_NS (Xerox Network Systems protocols),
AF_IPX (Internetwork Packet Exchange), and
AF_IMPLINK (IMP \*(lqhost at IMP\*(rq link layer).
.Ed
diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2
index 12b9f1d2319..c016f72b654 100644
--- a/lib/libc/sys/write.2
+++ b/lib/libc/sys/write.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: write.2,v 1.17 1999/11/14 04:18:03 deraadt Exp $
+.\" $OpenBSD: write.2,v 1.18 2000/04/12 21:48:02 aaron Exp $
.\" $NetBSD: write.2,v 1.6 1995/02/27 12:39:43 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -228,12 +228,12 @@ Code such as
while ((nr = write(fd, buf, sizeof buf)) > 0)
.Ed
.Pp
-is not maximally portable, as some platforms allow for
+is not maximally portable, as some platforms allow for
.Va nbytes
to range between
-.Dv SSIZE_MAX
+.Dv SSIZE_MAX
and
-.Dv SIZE_MAX
+.Dv SIZE_MAX
\- 2, in which case the return value of an error-free
.Fn write
may appear as a negative number distinct from \-1.