diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-01-22 20:27:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-01-22 20:27:59 +0000 |
commit | ea29070ade622cc23beae324c5dafe8c3dd2009a (patch) | |
tree | ba55ca1f64a888ee288f8bc8dc047d66e3f6c972 | |
parent | 83aa6ffb1f6c7a8377f886aa41d2fbdbe624c173 (diff) |
add docs about EHOSTUNREACH; from hwr@pilhuhn.de
-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 , |