diff options
author | 1999-08-13 13:31:36 +0000 | |
---|---|---|
committer | 1999-08-13 13:31:36 +0000 | |
commit | b868506516559b6a5afd36f46aacb037c55c6cfd (patch) | |
tree | 3c879950fe3c9067c6211b2b6b6b31371d28c29a /lib/libc/sys/write.2 | |
parent | shorten dmesg output. (diff) | |
download | wireguard-openbsd-b868506516559b6a5afd36f46aacb037c55c6cfd.tar.xz wireguard-openbsd-b868506516559b6a5afd36f46aacb037c55c6cfd.zip |
Missing comma
Diffstat (limited to 'lib/libc/sys/write.2')
-rw-r--r-- | lib/libc/sys/write.2 | 4 |
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 |