From 7084f9fecae043db8d1a8739adb6bc600e68576c Mon Sep 17 00:00:00 2001 From: aaron Date: Tue, 11 May 1999 02:45:17 +0000 Subject: writev(2) may return EDESTADDRREQ if a write is attempted to a connect(2)'d uipc domain socket and the destination set by connect(2) is no longer available; from FreeBSD --- lib/libc/sys/write.2 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2 index dfe8350fa1d..443a0814b4d 100644 --- a/lib/libc/sys/write.2 +++ b/lib/libc/sys/write.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: write.2,v 1.9 1999/02/27 21:57:02 deraadt Exp $ +.\" $OpenBSD: write.2,v 1.10 1999/05/11 02:45:17 aaron Exp $ .\" $NetBSD: write.2,v 1.6 1995/02/27 12:39:43 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -191,6 +191,12 @@ Also, .Fn writev may return one of the following errors: .Bl -tag -width Er +.It Bq Er EDESTADDRREQ +The destination is no longer available when writing to a +.Ux +domain datagram socket on which +.Xr connect 2 +had been used to set a destination address. .It Bq Er EINVAL .Fa iovcnt was less than or equal to 0, or greater than -- cgit v1.2.3-59-g8ed1b