s/SS_CANTSENDMORE/SBS_CANTSENDMORE/

This commit is contained in:
Roman Kurakin 2004-06-24 10:53:44 +00:00
parent 40f798dad1
commit f01a74582c

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