The first sentence under NOTES about SO_KEEPALIVE and SIGPIPE

makes no grammatical sense (and possibly also no technical sense).
It has been removed.
This commit is contained in:
Michael Kerrisk 2005-07-14 15:30:58 +00:00
parent a8431b7bfb
commit 601bab298f
1 changed files with 11 additions and 7 deletions

View File

@ -757,13 +757,17 @@ errors are immediately passed to the user program. Use this
option with care \- it makes TCP less tolerant to routing
changes and other normal network conditions.
.SH NOTES
When an error occurs doing a connection setup occurring in a
socket write
.B SIGPIPE
is only raised when the
.B SO_KEEPALIVE
socket option is set.
.PP
.\" 14 Jul 05: Commented out the following unparsable sentence
.\" after a note from Dov Murik <dov@dv-networks.com>
.\" FIXME Is there some point that really should be made
.\" SO_KEEPALIVE and SIGPIPE?
.\" When an error occurs doing a connection setup occurring in a
.\" socket write
.\" .B SIGPIPE
.\" is only raised when the
.\" .B SO_KEEPALIVE
.\" socket option is set.
.\" .PP
TCP has no real out-of-band data; it has urgent data. In
Linux this means if the other end sends newer out-of-band
data the older urgent data is inserted as normal data into