diff options
Diffstat (limited to 'lib/libc')
-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 dfd110d..e2e0527 100644 --- a/lib/libc/sys/send.2 +++ b/lib/libc/sys/send.2 @@ -189,6 +189,10 @@ receiver is not listening on the remote port. The remote host was down. .It Bq Er ENETDOWN The remote network was down. +.It Bq Er EPIPE +The socket is unable to send anymore data (SS_CANTSENDMORE has +been set on the socket). This typically means that the socket +is not connected. .El .Sh BUGS Because |