Hell Jakub, On 9/2/19 8:55 AM, Jakub Wilk wrote: > Signed-off-by: Jakub Wilk <jwilk@xxxxxxxxx> Thanks for the updates, including also the comments with kernel commits where they were missing. Patch applied. Cheers, Michael > --- > man2/fanotify_mark.2 | 20 ++++++++++++++------ > 1 file changed, 14 insertions(+), 6 deletions(-) > > diff --git a/man2/fanotify_mark.2 b/man2/fanotify_mark.2 > index 7a497f29c..e62b6d2c2 100644 > --- a/man2/fanotify_mark.2 > +++ b/man2/fanotify_mark.2 > @@ -177,28 +177,35 @@ Create an event when a read-only file or directory is closed. > Create an event when a file or directory is opened. > .TP > .BR FAN_OPEN_EXEC " (since Linux 5.0)" > +.\" commit 9b076f1c0f4869b838a1b7aa0edb5664d47ec8aa > Create an event when a file is opened with the intent to be executed. > See NOTES for additional details. > .TP > -.B FAN_ATTRIB > +.BR FAN_ATTRIB " (since Linux 5.1)" > +.\" commit 235328d1fa4251c6dcb32351219bb553a58838d2 > Create an event when the metadata for a file or directory has changed. > .TP > -.B FAN_CREATE > +.BR FAN_CREATE " (since Linux 5.1)" > +.\" commit 235328d1fa4251c6dcb32351219bb553a58838d2 > Create an event when a file or directory has been created in a marked > parent directory. > .TP > -.B FAN_DELETE > +.BR FAN_DELETE " (since Linux 5.1)" > +.\" commit 235328d1fa4251c6dcb32351219bb553a58838d2 > Create an event when a file or directory has been deleted in a marked > parent directory. > .TP > -.B FAN_DELETE_SELF > +.BR FAN_DELETE_SELF " (since Linux 5.1)" > +.\" commit 235328d1fa4251c6dcb32351219bb553a58838d2 > Create an event when a marked file or directory itself is deleted. > .TP > -.B FAN_MOVED_FROM > +.BR FAN_MOVED_FROM " (since Linux 5.1)" > +.\" commit 235328d1fa4251c6dcb32351219bb553a58838d2 > Create an event when a file or directory has been moved from a marked > parent directory. > .TP > -.B FAN_MOVED_TO > +.BR FAN_MOVED_TO " (since Linux 5.1)" > +.\" commit 235328d1fa4251c6dcb32351219bb553a58838d2 > Create an event when a file or directory has been moved to a marked parent > directory. > .TP > @@ -218,6 +225,7 @@ or > is required. > .TP > .BR FAN_OPEN_EXEC_PERM " (since Linux 5.0)" > +.\" commit 66917a3130f218dcef9eeab4fd11a71cd00cd7c9 > Create an event when a permission to open a file for execution is > requested. > An fanotify file descriptor created with > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/