From ea29070ade622cc23beae324c5dafe8c3dd2009a Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 22 Jan 1997 20:27:59 +0000 Subject: add docs about EHOSTUNREACH; from hwr@pilhuhn.de --- lib/libc/sys/send.2 | 2 ++ 1 file changed, 2 insertions(+) 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 , -- cgit v1.2.3