From 83f7951bfc3b40d982b346f6e5eee575b44ba9eb Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Fri, 30 Jul 1999 21:20:09 +0000 Subject: [PATCH] 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 --- lib/libc/sys/write.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2 index d4344016788..c2e442362f6 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