send.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-05-13 09:57:03 +02:00
parent 630b4cac33
commit 19aecb7eb0
1 changed files with 2 additions and 3 deletions

View File

@ -230,10 +230,9 @@ socket option described in
.BR udp (7).)
.TP
.BR MSG_NOSIGNAL " (since Linux 2.2)"
Requests not to send
Don't generate a
.B SIGPIPE
on errors on stream oriented sockets when the other end breaks the
connection.
signal if the peer on a stream-oriented socket has closed the connection.
The
.B EPIPE
error is still returned.