ioctl_userfaultfd.2: SYNOPSIS: Add <linux/userfaultfd.h>

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-05-10 19:55:13 +02:00 committed by Michael Kerrisk
parent 70f9a4edb3
commit cac89bc794
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ ioctl_userfaultfd \- create a file descriptor for handling page faults in user
space
.SH SYNOPSIS
.nf
.BR "#include <linux/userfaultfd.h>" " /* Definition of " UFFD* " constants */"
.B #include <sys/ioctl.h>
.PP
.BI "int ioctl(int " fd ", int " cmd ", ...);"