On Tue, 2016-03-15 at 10:03 +0100, Alexander Potapenko wrote: > According to IEEE Std 1003.1, 2013, sending data to a SOCK_SEQPACKET > socketpair with MSG_NOSIGNAL flag set must result in a SIGPIPE if the > socket is no longer connected.
I find this sentence slightly confusing ? If MSG_NOSIGNAL is set, then SIGPIPE should not be generated. s/with/without/ maybe ?