Nik Clayton wrote:
>
> -hackers,
>
> Could someone who knows write/writev(2) take a quick look at docs/10512.
>
> In essence, writev(2) can fail with ENOBUFS if (and I quote from the PR)
> if you "exhaust writev'able buffer space". This doesn't mean a great
> deal to me, and I'm hoping one of you can take a look at come up with a
> phrasing suitable for a man page.
How does this look:
[ENOBUFS] Insufficient system buffer space exists to complete the op-
eration.
Here's the patch against -current:
--- write.2 Tue Jul 13 06:53:41 1999
+++ /home/wes/src/write.2 Thu Jul 29 08:49:54 1999
@@ -242,6 +242,8 @@
values in the
.Fa iov
array overflowed a 32-bit integer.
+.It Bq Er ENOBUFS
+Insufficient system buffer space exists to complete the operation.
.El
.Pp
The
--
"Where am I, and what am I doing in this handbasket?"
Wes Peters Softweyr LLC
http://softweyr.com/ [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message