fanotify.7: Move the text on event merging

Place it near the discussion of the events bit mask.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-04-25 11:24:04 +02:00
parent 2932564490
commit 75c3e3bd6b
1 changed files with 5 additions and 3 deletions

View File

@ -113,9 +113,6 @@ permission for a file access shall be granted.
For these events, the recipient must write a response which decides whether
access is granted or not.
Consecutive events for the same filesystem object and originating from the
same process may be merged into a single event, with the exception that two
permission events are never merged into one queue entry.
Queue entries for notification events are removed when the event has been
read.
Queue entries for permission events are removed when the permission
@ -214,6 +211,11 @@ The bit mask in
signals which events have occurred for a single filesystem object.
Multiple bits may be set in this mask,
if more than one event occurred for the monitored filesystem obect.
In particular,
consecutive events for the same filesystem object and originating from the
same process may be merged into a single event, with the exception that two
permission events are never merged into one queue entry.
.PP
The bits that may appear in
.I mask
are as follows: