Noted that EPOLLONESHOT was added in 2.6.2

This commit is contained in:
Michael Kerrisk 2006-01-04 11:03:07 +00:00
parent ae3adaada6
commit fee44d9bff
2 changed files with 5 additions and 1 deletions

View File

@ -23,6 +23,10 @@ places.
Changes to individual pages
---------------------------
epoll_ctl.2
mtk
Noted that EPOLLONESHOT was added in 2.6.2.
proc.5
mtk
Noted that /proc/mounts is pollable since kernel 2.6.15.

View File

@ -98,7 +98,7 @@ is Level Triggered. See
for more detailed information about Edge and Level Triggered event
distribution architectures.
.TP
.B EPOLLONESHOT
.BR EPOLLONESHOT " (since kernel 2.6.2)"
Sets the one-shot behaviour for the associated file descriptor.
This means that after an event is pulled out with
.BR epoll_wait (2)