fanotify.7: Remove ppoll() and poll() from list of primary APIs

poll() and ppoll() are not among the primary calls in the API
(and anyway, select(), pselect(), and epoll were not mentioned).

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-04-25 14:43:46 +02:00
parent 5ff1ff149a
commit c8cc8bd2cb
1 changed files with 0 additions and 2 deletions

View File

@ -41,8 +41,6 @@ possibility to read or modify files before access by other applications.
The following system calls are used with this API:
.BR fanotify_init (2),
.BR fanotify_mark (2),
.BR poll (2),
.BR ppoll (2),
.BR read (2),
.BR write (2),
and