ioctl_userfaultfd.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-08-15 17:51:45 +02:00
parent f90f031e0f
commit a458bc4526
1 changed files with 6 additions and 3 deletions

View File

@ -41,9 +41,12 @@ Various
operations can be performed on a userfaultfd object (created by a call to
.BR userfaultfd (2))
using calls of the form:
ioctl(fd, cmd, argp);
.PP
.in +4n
.EX
ioctl(fd, cmd, argp);
.EE
.in
In the above,
.I fd
is a file descriptor referring to a userfaultfd object,