diff options
| author | Roman Kurakin <rik@FreeBSD.org> | 2004-06-24 10:53:44 +0000 |
|---|---|---|
| committer | Roman Kurakin <rik@FreeBSD.org> | 2004-06-24 10:53:44 +0000 |
| commit | f01a74582c7edb6231eeceba69d80697313151c6 (patch) | |
| tree | feea3231d9e39028fce272bee3e5202a894d44ef /lib/libc | |
| parent | 40f798dad11104c5305bfc3beffb711747afc764 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/send.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2 index 6716ea21d765c..c1c033b7b979d 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 |
