fanotify_mark.2: ffix: compress prototype a little

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-04-25 12:28:37 +02:00
parent b3470de1e2
commit 5ff1ff149a
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ object
.B #include <sys/fanotify.h>
.sp
.BI "int fanotify_mark(int " fanotify_fd ", unsigned int " flags ,
.BI " uint64_t " mask ", int " dirfd ,
.BI " const char *" pathname );
.BI " uint64_t " mask ", int " dirfd \
", const char *" pathname );
.fi
.SH DESCRIPTION
For an overview of the fanotify API, see