summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-08-13 13:31:37 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-08-13 13:31:37 +0000
commit7e7913fa79a22806194e17f821190f0d758d87e4 (patch)
tree859331b5fe2b444b6cad990a1e593effe81092b6 /lib/libc/sys
parentabb202c692e3c8dedbb4423ba0b33136edf81027 (diff)
Missing comma
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/write.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2
index c1abe14981e..ba8c10d5500 100644
--- a/lib/libc/sys/write.2
+++ b/lib/libc/sys/write.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: write.2,v 1.12 1999/06/29 14:10:32 aaron Exp $
+.\" $OpenBSD: write.2,v 1.13 1999/08/13 13:31:36 millert Exp $
.\" $NetBSD: write.2,v 1.6 1995/02/27 12:39:43 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -133,7 +133,7 @@ exceedes the constant
.Dv IOV_MAX .
.Sh RETURN VALUES
Upon successful completion the number of bytes which were written
-is returned. Otherwise a \-1 is returned and the global variable
+is returned. Otherwise, a \-1 is returned and the global variable
.Va errno
is set to indicate the error.
.Sh ERRORS