]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
fanotify.7: fix outdated description
authorAmir Goldstein <amir73il@gmail.com>
Tue, 24 Nov 2020 15:21:09 +0000 (17:21 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 26 Nov 2020 09:33:37 +0000 (10:33 +0100)
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/fanotify.7

index c4f5397e4ba65394813ca195276906218feec308..5804a1f30d6ca0703ef0d5ca28837104c509621b 100644 (file)
@@ -29,11 +29,12 @@ fanotify \- monitoring filesystem events
 The fanotify API provides notification and interception of
 filesystem events.
 Use cases include virus scanning and hierarchical storage management.
-Currently, only a limited set of events is supported.
-In particular, there is no support for create, delete, and move events.
+In the original fanotify API, only a limited set of events was supported.
+In particular, there was no support for create, delete, and move events.
+The support for those events was added in Linux 5.1.
 (See
 .BR inotify (7)
-for details of an API that does notify those events.)
+for details of an API that did notify those events pre Linux 5.1.)
 .PP
 Additional capabilities compared to the
 .BR inotify (7)