aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2005-01-24 20:41:44 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2005-01-24 20:41:44 +0000
commit7a46d27566d5e77ccfcc2f584cf37714e5b9ba82 (patch)
tree098060e33a418015c29e8bb3292ce0d6d4e5eb40 /lib
parent5aa17efa69e126e93548cb4502d346d2c7ee856c (diff)
Notes
Diffstat (limited to 'lib')
-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 81030fa32273..86bad189cbae 100644
--- a/lib/libc/sys/send.2
+++ b/lib/libc/sys/send.2
@@ -181,6 +181,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 EISCONN
+A destination address was specified and the socket is already connected.
.It Bq Er ECONNREFUSED
The socket received an ICMP destination unreachable message
from the last message sent.