add docs about EHOSTUNREACH; from hwr@pilhuhn.de
authorderaadt <deraadt@openbsd.org>
Wed, 22 Jan 1997 20:27:58 +0000 (20:27 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 22 Jan 1997 20:27:58 +0000 (20:27 +0000)
lib/libc/sys/send.2

index e64a72c..2d9daca 100644 (file)
@@ -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 ,