diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 2001-05-20 00:12:06 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 2001-05-20 00:12:06 +0000 |
| commit | 88c1867f5c16352518047e7b4cdc1020101b6282 (patch) | |
| tree | 6ddf3fb96cab1f7e2fdb5ac985a216dbde483a53 /lib/libc/sys | |
| parent | 45703321ea8d03c874b4dd3be6569acc494404f2 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/send.2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2 index a68936f5c4f0..1920059f3b12 100644 --- a/lib/libc/sys/send.2 +++ b/lib/libc/sys/send.2 @@ -172,6 +172,10 @@ 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 ECONNREFUSED +The socket received an ICMP destination unreachable message +from the last message sent. This typically means that the +receiver is not listening on the remote port. .It Bq Er EHOSTDOWN The remote host was down. .El |
