summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristian S.J. Peron <csjp@FreeBSD.org>2004-05-11 16:28:07 +0000
committerChristian S.J. Peron <csjp@FreeBSD.org>2004-05-11 16:28:07 +0000
commit1f95348010c27c70c5c6ef6bde756f6ff52d24ca (patch)
tree6fed6b2bd0dd96b837c853c18bcd28ecaa703b71 /lib
parentdd472ec61dca7adf2fc003e2806809864bbe00e3 (diff)
downloadsrc-test2-1f95348010c27c70c5c6ef6bde756f6ff52d24ca.tar.gz
src-test2-1f95348010c27c70c5c6ef6bde756f6ff52d24ca.zip
Notes
Diffstat (limited to 'lib')
-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 e2e0527d06d6..2d5d76fceb85 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