diff options
author | 1999-09-26 14:16:31 +0000 | |
---|---|---|
committer | 1999-09-26 14:16:31 +0000 | |
commit | 1c6d83783c44361d281cc869fed09d3e8fe6168f (patch) | |
tree | d7764cfcde67c866f5a43d12337bc6379194b5a8 /lib/libc/sys/write.2 | |
parent | read/write, and compressor->read/write results are signed values. (diff) | |
download | wireguard-openbsd-1c6d83783c44361d281cc869fed09d3e8fe6168f.tar.xz wireguard-openbsd-1c6d83783c44361d281cc869fed09d3e8fe6168f.zip |
`may return following error' => `may return the following error'
`may return following errors' => `may return one of the following errors'
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 ba8c10d5500..13f87e67dd2 100644 --- a/lib/libc/sys/write.2 +++ b/lib/libc/sys/write.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: write.2,v 1.13 1999/08/13 13:31:36 millert Exp $ +.\" $OpenBSD: write.2,v 1.14 1999/09/26 14:16:31 espie Exp $ .\" $NetBSD: write.2,v 1.6 1995/02/27 12:39:43 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -179,7 +179,7 @@ and no data could be written immediately. .Pp In addition, .Fn write -may return following error: +may return the following error: .Bl -tag -width Er .It Bq Er EINVAL .Fa nbytes |