From 38a6c3f99e246bf3d0ecb2b6dd725bd69af88cc9 Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 22 Jan 1997 20:27:58 +0000 Subject: [PATCH] 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 , -- 2.20.1