From c8cc8bd2cb78253fe6d667779ef47e1203c47924 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 25 Apr 2014 14:43:46 +0200 Subject: [PATCH] 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 --- man7/fanotify.7 | 2 -- 1 file changed, 2 deletions(-) diff --git a/man7/fanotify.7 b/man7/fanotify.7 index 46b1a0abe..1af1ebed0 100644 --- a/man7/fanotify.7 +++ b/man7/fanotify.7 @@ -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