fanotify_init.2: Add comment: why more than one include is needed

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alejandro Colomar 2021-04-04 13:58:30 +02:00 committed by Michael Kerrisk
parent 0cb59ab63f
commit d2ac3dcfbe
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
fanotify_init \- create and initialize fanotify group
.SH SYNOPSIS
.nf
.B #include <fcntl.h>
.BR "#include <fcntl.h>" " /* Definition of " O_* " constants */"
.B #include <sys/fanotify.h>
.PP
.BI "int fanotify_init(unsigned int " flags ", unsigned int " event_f_flags );