From: Amir Goldstein Date: Mon, 31 Mar 2025 08:27:57 +0000 (+0200) Subject: man/man7/fanotify.7: The response field is now a bit mask instead of an enum X-Git-Tag: man-pages-6.14~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0f1c9b7d215a2724a429ffbc84d7079b339bd64;p=thirdparty%2Fman-pages.git man/man7/fanotify.7: The response field is now a bit mask instead of an enum Since the introduction of the FAN_AUDIT response flag, the response field of fanotify_response is no longer an enum it is now a bitmask, so fix the wording around FAN_ALLOW and FAN_DENY. Signed-off-by: Amir Goldstein Message-ID: <20250331082759.1424401-1-amir73il@gmail.com> Signed-off-by: Alejandro Colomar --- diff --git a/man/man7/fanotify.7 b/man/man7/fanotify.7 index a5ddf1df0..ad864b762 100644 --- a/man/man7/fanotify.7 +++ b/man/man7/fanotify.7 @@ -769,7 +769,7 @@ This is the file descriptor from the structure .TP .I response This field indicates whether or not the permission is to be granted. -Its value must be either +Its value must contain either the flag .B FAN_ALLOW to allow the file operation or .B FAN_DENY