From dba061df9393de4722313433f2ab813667449550 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Wed, 2 Apr 2025 23:13:56 +0200 Subject: [PATCH] man/man7/fanotify.7: ffix Signed-off-by: Alejandro Colomar --- man/man7/fanotify.7 | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) 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). -- 2.47.2