mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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
1 changed files with 3 additions and 1 deletions
|
|
@ -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 a new issue