From: Alejandro Colomar Date: Wed, 2 Apr 2025 21:13:56 +0000 (+0200) Subject: man/man7/fanotify.7: ffix X-Git-Tag: man-pages-6.14~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dba061df9393de4722313433f2ab813667449550;p=thirdparty%2Fman-pages.git man/man7/fanotify.7: ffix Signed-off-by: Alejandro Colomar --- diff --git a/man/man7/fanotify.7 b/man/man7/fanotify.7 index a3ba0911c..adbed2c3e 100644 --- a/man/man7/fanotify.7 +++ b/man/man7/fanotify.7 @@ -526,13 +526,22 @@ are as follows: .I info_type A unique integer value representing the type of information record object received for an event. -The value of this field can be set to one of the following: -.BR FAN_EVENT_INFO_TYPE_FID , -.BR FAN_EVENT_INFO_TYPE_DFID , -.BR FAN_EVENT_INFO_TYPE_DFID_NAME , -.BR FAN_EVENT_INFO_TYPE_PIDFD , -.BR FAN_EVENT_INFO_TYPE_ERROR , -.BR FAN_EVENT_INFO_TYPE_RANGE . +The value of this field can be set to one of the following. +.RS +.TP +.B FAN_EVENT_INFO_TYPE_FID +.TQ +.B FAN_EVENT_INFO_TYPE_DFID +.TQ +.B FAN_EVENT_INFO_TYPE_DFID_NAME +.TQ +.B FAN_EVENT_INFO_TYPE_PIDFD +.TQ +.B FAN_EVENT_INFO_TYPE_ERROR +.TQ +.B FAN_EVENT_INFO_TYPE_RANGE +.RE +.IP The value set for this field is dependent on the flags that have been supplied to .BR fanotify_init (2).