diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2008-12-17 09:25:36 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2008-12-17 09:25:36 +0000 |
commit | 135d40b6c3b96dc52e67c3f5a6d505400474a877 (patch) | |
tree | b44e130d2fc0aa2849597accbd0874bd8d67a6a4 /lib/libc | |
parent | 4925714e6c0857d9f98a4bf2ab1674c0aa870073 (diff) |
Document ENOBUFS for writev(2).
Okay claudio, deraadt.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/write.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2 index 8fc8c78783e..c93d25a8c60 100644 --- a/lib/libc/sys/write.2 +++ b/lib/libc/sys/write.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: write.2,v 1.30 2007/05/31 19:19:34 jmc Exp $ +.\" $OpenBSD: write.2,v 1.31 2008/12/17 09:25:35 ray Exp $ .\" $NetBSD: write.2,v 1.6 1995/02/27 12:39:43 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)write.2 8.5 (Berkeley) 4/2/94 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: December 17 2008 $ .Dt WRITE 2 .Os .Sh NAME @@ -224,6 +224,8 @@ values in the .Fa iov array overflowed an .Em ssize_t . +.It Bq Er ENOBUFS +The system lacked sufficient buffer space or a queue was full. .El .Sh SEE ALSO .Xr fcntl 2 , |