diff options
| author | Guy Helmer <ghelmer@FreeBSD.org> | 1999-05-04 20:07:44 +0000 |
|---|---|---|
| committer | Guy Helmer <ghelmer@FreeBSD.org> | 1999-05-04 20:07:44 +0000 |
| commit | a2b79fbea1e6159028db2c9eaf44540246596083 (patch) | |
| tree | 149b9399d6c298c975f0acc54e54fdef755681bf /lib/libc | |
| parent | e57c110bba3fce0058789398d40d19578158c839 (diff) | |
Notes
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 240f9700c47d..5aafafa94e0e 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 |
