diff options
| author | Nik Clayton <nik@FreeBSD.org> | 1999-07-30 21:20:09 +0000 |
|---|---|---|
| committer | Nik Clayton <nik@FreeBSD.org> | 1999-07-30 21:20:09 +0000 |
| commit | 83f7951bfc3b40d982b346f6e5eee575b44ba9eb (patch) | |
| tree | 28cbfaf1100452b30de8e8cd2d77b265befff3b7 /lib | |
| parent | 13bc97efa9821f72b5695ef3d7681614d7a50c3c (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/sys/write.2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2 index d43440167887..c2e442362f6a 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 |
