Document the fact that send(2) can return EPIPE (like when a socket is not

connected).

PR:		docs/56683
Submitted by:	Chris S.J. Peron <maneo@bsdpro.com>
MFC after:	3 days
This commit is contained in:
Ollivier Robert 2003-09-10 19:19:49 +00:00
parent 39e5f914ee
commit 6fac181c69
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119963

View File

@ -189,6 +189,10 @@ receiver is not listening on the remote port.
The remote host was down.
.It Bq Er ENETDOWN
The remote network was down.
.It Bq Er EPIPE
The socket is unable to send anymore data (SS_CANTSENDMORE has
been set on the socket). This typically means that the socket
is not connected.
.El
.Sh BUGS
Because