summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authornik <nik@FreeBSD.org>1999-07-30 21:20:09 +0000
committernik <nik@FreeBSD.org>1999-07-30 21:20:09 +0000
commit2b32e5275a15bb96fe78718f6c89b373673639bc (patch)
tree4b524aff7cb7159300fedb1f3f6907d8c6d7503c /lib
parent5ccc55dc346b5c96e1b9c227de45a078f73f955f (diff)
downloadFreeBSD-src-2b32e5275a15bb96fe78718f6c89b373673639bc.zip
FreeBSD-src-2b32e5275a15bb96fe78718f6c89b373673639bc.tar.gz
Document that writev(2) can fail with ENOBUFS.
Text is a compromise based on messages from Wes Peters, Ville-Pertti Keinonen, and Matt Dillon. PR: docs/10512 Submitted by: Howard Goldstein <hgoldst@mpcs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/write.24
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2
index d434401..c2e4423 100644
--- a/lib/libc/sys/write.2
+++ b/lib/libc/sys/write.2
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)write.2 8.5 (Berkeley) 4/2/94
-.\" $Id$
+.\" $Id: write.2,v 1.9 1999/07/12 20:48:55 nik Exp $
.\"
.Dd April 2, 1994
.Dt WRITE 2
@@ -242,6 +242,8 @@ The sum of the
values in the
.Fa iov
array overflowed a 32-bit integer.
+.It Bq Er ENOBUFS
+The mbuf pool has been completely exhausted when writing to a socket.
.El
.Pp
The
OpenPOWER on IntegriCloud