diff options
author | ben <ben@FreeBSD.org> | 2001-01-17 21:02:50 +0000 |
---|---|---|
committer | ben <ben@FreeBSD.org> | 2001-01-17 21:02:50 +0000 |
commit | 6c17e2cfa92deab64f35d5048ed57e98f5c626a4 (patch) | |
tree | b4c6606f54ec8cd9a8cf7546492d810899e400aa /lib | |
parent | 168082bf380dab46aa447d1a57fc102165e474df (diff) | |
download | FreeBSD-src-6c17e2cfa92deab64f35d5048ed57e98f5c626a4.zip FreeBSD-src-6c17e2cfa92deab64f35d5048ed57e98f5c626a4.tar.gz |
Document EHOSTDOWN error.
PR: 24410
Submitted by: Martin Horcicka <horcicka@vol.cz>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/send.2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2 index ebfd296..a68936f 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 |