summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 e2e0527..2d5d76f 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 EPERM
+The process using a SOCK_RAW socket was jailed and the source
+address specified in the IP header did not match the IP
+address bound to the prison.
.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
OpenPOWER on IntegriCloud