userfaultfd.2: Add a header file to the SYNOPSIS

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-01-06 16:55:33 +13:00
parent 0289632060
commit 3f894561c0
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ userfaultfd \- create a file descriptor for handling page faults in user space
.SH SYNOPSIS
.nf
.B #include <sys/types.h>
.B #include <linux/userfaultfd.h>
.sp
.BI "int userfaultfd(int " flags );
.fi