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>
This commit is contained in:
Nik Clayton 1999-07-30 21:20:09 +00:00
parent 13bc97efa9
commit 83f7951bfc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49298

View File

@ -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