s/SS_CANTSENDMORE/SBS_CANTSENDMORE/

This commit is contained in:
rik 2004-06-24 10:53:44 +00:00
parent 3483cf5337
commit d9087231a5

View File

@ -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