summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/write.2
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-04-12 21:47:47 +0000
committeraaron <aaron@openbsd.org>2000-04-12 21:47:47 +0000
commita1d216a38a1c1425b6e41ebc3e643da650bd77d0 (patch)
treedbc7126b9223660e4f5cea6f70dbc19118a8930b /lib/libc/sys/write.2
parentbump ipf version (3.3.12a) to go with last commit (diff)
downloadwireguard-openbsd-a1d216a38a1c1425b6e41ebc3e643da650bd77d0.tar.xz
wireguard-openbsd-a1d216a38a1c1425b6e41ebc3e643da650bd77d0.zip
Trailing whitespace begone!
Diffstat (limited to 'lib/libc/sys/write.2')
-rw-r--r--lib/libc/sys/write.28
1 files changed, 4 insertions, 4 deletions
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.