epoll.7: Note existence of kcmp() KCMP_EPOLL_TFD operation

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-10-09 11:45:13 +02:00
parent fe03cbd88e
commit b8dd62acb3
1 changed files with 6 additions and 0 deletions

View File

@ -583,6 +583,12 @@ directory.
See
.BR proc (5)
for further details.
.PP
The
.BR kcmp (2)
.B KCMP_EPOLL_TFD
operation can be used to test whether a file descriptor
is present in an epoll instance.
.SH SEE ALSO
.BR epoll_create (2),
.BR epoll_create1 (2),