mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
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:
parent
13bc97efa9
commit
83f7951bfc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49298
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user