artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9819a9
)
add docs about EHOSTUNREACH; from hwr@pilhuhn.de
author
deraadt
<deraadt@openbsd.org>
Wed, 22 Jan 1997 20:27:58 +0000
(20:27 +0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 22 Jan 1997 20:27:58 +0000
(20:27 +0000)
lib/libc/sys/send.2
patch
|
blob
|
history
diff --git
a/lib/libc/sys/send.2
b/lib/libc/sys/send.2
index
e64a72c
..
2d9daca
100644
(file)
--- 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 ,