diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/write.2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2 index 240f970..5aafafa 100644 --- a/lib/libc/sys/write.2 +++ b/lib/libc/sys/write.2 @@ -219,6 +219,12 @@ In addition, .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 |