From d2ac3dcfbe09779ef39b1d87eb0d1a1f9fb194da Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 4 Apr 2021 13:58:30 +0200 Subject: [PATCH] fanotify_init.2: Add comment: why more than one include is needed Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man2/fanotify_init.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/fanotify_init.2 b/man2/fanotify_init.2 index 2418bbdd2..2b44fc6ec 100644 --- a/man2/fanotify_init.2 +++ b/man2/fanotify_init.2 @@ -26,7 +26,7 @@ fanotify_init \- create and initialize fanotify group .SH SYNOPSIS .nf -.B #include +.BR "#include " " /* Definition of " O_* " constants */" .B #include .PP .BI "int fanotify_init(unsigned int " flags ", unsigned int " event_f_flags );