Added EPOLLRDHUP description.

Added SEE ALSO referring to poll.2.
This commit is contained in:
Michael Kerrisk 2006-07-01 08:30:24 +00:00
parent 73dc596db5
commit 04706fd7e2
1 changed files with 7 additions and 0 deletions

View File

@ -74,6 +74,12 @@ The associated file is available for
.BR write (2)
operations.
.TP
.B EPOLLRDHUP
Stream socket peer closed connection,
or shut down writing half of connection.
(This flag is especially useful for writing simple code to detect
peer shutdown when using Edge Triggered monitoring.)
.TP
.B EPOLLPRI
There is urgent data available for
.BR read (2)
@ -219,5 +225,6 @@ when using
.BR EPOLL_CTL_DEL .
.SH "SEE ALSO"
.BR epoll_create (2),
.BR poll (2),
.BR epoll_wait (2),
.BR epoll (7)