summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/send.2
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-06-30 20:09:10 +0000
committerru <ru@FreeBSD.org>2004-06-30 20:09:10 +0000
commit95168a499a3eaa1d9616c865b50f9f0923cd5bb8 (patch)
treed1505c009dd121563a17a3785c90c2fa06761690 /lib/libc/sys/send.2
parentbc73e6133fb900335edafd2174804857b413bd95 (diff)
downloadFreeBSD-src-95168a499a3eaa1d9616c865b50f9f0923cd5bb8.zip
FreeBSD-src-95168a499a3eaa1d9616c865b50f9f0923cd5bb8.tar.gz
Markup, grammar, and spelling fixes.
Diffstat (limited to 'lib/libc/sys/send.2')
-rw-r--r--lib/libc/sys/send.212
1 files changed, 8 insertions, 4 deletions
diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2
index c1c033b..38c8f80 100644
--- a/lib/libc/sys/send.2
+++ b/lib/libc/sys/send.2
@@ -190,12 +190,16 @@ 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
+The process using a
+.Dv 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 (SBS_CANTSENDMORE has
-been set on the socket). This typically means that the socket
+The socket is unable to send anymore data
+.Dv ( SBS_CANTSENDMORE
+has been set on the socket).
+This typically means that the socket
is not connected.
.El
.Sh BUGS
OpenPOWER on IntegriCloud