summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2001-05-20 00:12:46 +0000
committerArchie Cobbs <archie@FreeBSD.org>2001-05-20 00:12:46 +0000
commitd9299cf5a4dfd3a68bb1a637fdc276b54378ee3e (patch)
tree8b0d932e00a3f446b45f91ad5753ee7476fcef4f /lib/libc
parentc1b82b4286c5128903d419b35e0b5a1c0a2d7fdd (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/send.24
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