aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorBen Smithurst <ben@FreeBSD.org>2001-01-17 21:02:50 +0000
committerBen Smithurst <ben@FreeBSD.org>2001-01-17 21:02:50 +0000
commitb83c969d4837ec04e4585ae0c70c635ee662441a (patch)
tree411a88152dbb319772967522a0e799c4b20e081d /lib/libc
parent401643c23eeacf0d38521756311196f5fdcfbdf0 (diff)
downloadsrc-b83c969d4837ec04e4585ae0c70c635ee662441a.tar.gz
src-b83c969d4837ec04e4585ae0c70c635ee662441a.zip
Document EHOSTDOWN error.
PR: 24410 Submitted by: Martin Horcicka <horcicka@vol.cz>
Notes
Notes: svn path=/head/; revision=71193
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/send.22
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2
index ebfd29655d31..a68936f5c4f0 100644
--- a/lib/libc/sys/send.2
+++ b/lib/libc/sys/send.2
@@ -172,6 +172,8 @@ This generally indicates that the interface has stopped sending,
but may be caused by transient congestion.
.It Bq Er EHOSTUNREACH
The remote host was unreachable.
+.It Bq Er EHOSTDOWN
+The remote host was down.
.El
.Sh BUGS
Because