From 72b14a93a1cd52e8e487f2902fbe434c339c4ef6 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 25 Apr 2014 12:01:06 +0200 Subject: [PATCH] fanotify_init.2: Minor wording improvements Signed-off-by: Michael Kerrisk --- man2/fanotify_init.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/fanotify_init.2 b/man2/fanotify_init.2 index 3214d9eaf..9b2d86238 100644 --- a/man2/fanotify_init.2 +++ b/man2/fanotify_init.2 @@ -44,8 +44,8 @@ to specify the files, directories, and mounts for which fanotify events shall be created. These events are received by reading from the file descriptor. Some events are only informative, indicating that a file has been accessed. -Other events can be used to control if another application may access a file -or directory. +Other events can be used to determine whether +another application is permitted to access a file or directory. Permission to access filesystem objects is granted by writing to the file descriptor. .PP