diff options
-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 81030fa..86bad18 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. |