From: Alejandro Colomar Date: Sun, 4 Apr 2021 11:58:30 +0000 (+0200) Subject: fanotify_init.2: Add comment: why more than one include is needed X-Git-Tag: man-pages-5.12~281 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2ac3dcfbe09779ef39b1d87eb0d1a1f9fb194da;p=thirdparty%2Fman-pages.git fanotify_init.2: Add comment: why more than one include is needed Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- diff --git a/man2/fanotify_init.2 b/man2/fanotify_init.2 index 2418bbdd26..2b44fc6ec3 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 );