summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/send.2
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-01-22 20:27:58 +0000
committerderaadt <deraadt@openbsd.org>1997-01-22 20:27:58 +0000
commit38a6c3f99e246bf3d0ecb2b6dd725bd69af88cc9 (patch)
tree5abf4f657d91ec390fd40a0a07105885ffea503e /lib/libc/sys/send.2
parenthandle SIOCGIFCONF for as many interfaces as provided (diff)
downloadwireguard-openbsd-38a6c3f99e246bf3d0ecb2b6dd725bd69af88cc9.tar.xz
wireguard-openbsd-38a6c3f99e246bf3d0ecb2b6dd725bd69af88cc9.zip
add docs about EHOSTUNREACH; from hwr@pilhuhn.de
Diffstat (limited to 'lib/libc/sys/send.2')
-rw-r--r--lib/libc/sys/send.22
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2
index e64a72ca1db..2d9daca688f 100644
--- a/lib/libc/sys/send.2
+++ b/lib/libc/sys/send.2
@@ -151,6 +151,8 @@ but may be caused by transient congestion.
.It Bq Er EACCES
The SO_BROADCAST option is not set on the socket, and a broadcast address
was given as the destination.
+.It Bq Er EHOSTUNREACH
+The destination address specified an unreachable host.
.El
.Sh SEE ALSO
.Xr fcntl 2 ,