diff options
author | 1997-01-22 20:27:58 +0000 | |
---|---|---|
committer | 1997-01-22 20:27:58 +0000 | |
commit | 38a6c3f99e246bf3d0ecb2b6dd725bd69af88cc9 (patch) | |
tree | 5abf4f657d91ec390fd40a0a07105885ffea503e /lib/libc/sys/send.2 | |
parent | handle SIOCGIFCONF for as many interfaces as provided (diff) | |
download | wireguard-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.2 | 2 |
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 , |