summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/send.2
diff options
context:
space:
mode:
authorrik <rik@FreeBSD.org>2004-06-24 10:53:44 +0000
committerrik <rik@FreeBSD.org>2004-06-24 10:53:44 +0000
commitd9087231a54845f6cbc89eb3d657fae4a9434559 (patch)
treefeea3231d9e39028fce272bee3e5202a894d44ef /lib/libc/sys/send.2
parent3483cf533729882a1079e524b585bde782f17c31 (diff)
downloadFreeBSD-src-d9087231a54845f6cbc89eb3d657fae4a9434559.zip
FreeBSD-src-d9087231a54845f6cbc89eb3d657fae4a9434559.tar.gz
s/SS_CANTSENDMORE/SBS_CANTSENDMORE/
Diffstat (limited to 'lib/libc/sys/send.2')
-rw-r--r--lib/libc/sys/send.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2
index 6716ea2..c1c033b 100644
--- a/lib/libc/sys/send.2
+++ b/lib/libc/sys/send.2
@@ -194,7 +194,7 @@ 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
+The socket is unable to send anymore data (SBS_CANTSENDMORE has
been set on the socket). This typically means that the socket
is not connected.
.El
OpenPOWER on IntegriCloud