From f5230cf176c8781a69fec52de9ca41cca4bd1ab1 Mon Sep 17 00:00:00 2001 From: Matthew Bobrowski Date: Tue, 11 Jun 2019 20:00:48 +1000 Subject: [PATCH] fanotify.7: Reword FAN_REPORT_FID data structure inclusion semantics Improved the readability of a sentence that describes the use of FAN_REPORT_FID and how this particular flag influences what data structures a listening application could expect to receive when describing an event. Signed-off-by: Matthew Bobrowski Signed-off-by: Michael Kerrisk --- man7/fanotify.7 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man7/fanotify.7 b/man7/fanotify.7 index 82f6fa7863..c64ff8daf3 100644 --- a/man7/fanotify.7 +++ b/man7/fanotify.7 @@ -142,12 +142,12 @@ until either a file event occurs or the call is interrupted by a signal (see .BR signal (7)). .PP -Depending on whether +The use of the .BR FAN_REPORT_FID -is supplied as one of the flags when calling +flag in .BR fanotify_init (2) -determines what structure(s) are returned for an event within the read -buffer. +will influence what data structures are returned to the event listener for each +event. After a successful .BR read (2), the read buffer contains one or more of the following structures: -- 2.47.2