Add text to note that EPOLLRDHUP appeared in kernel 2.6.17.

This commit is contained in:
Michael Kerrisk 2007-03-25 13:40:58 +00:00
parent d7c081a94f
commit 538d54d9e9
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ The associated file is available for
.BR write (2) .BR write (2)
operations. operations.
.TP .TP
.B EPOLLRDHUP .BR EPOLLRDHUP " (since kernel 2.6.17)"
Stream socket peer closed connection, Stream socket peer closed connection,
or shut down writing half of connection. or shut down writing half of connection.
(This flag is especially useful for writing simple code to detect (This flag is especially useful for writing simple code to detect