userfaultfd.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-01-05 11:44:30 +13:00
parent 242c2b6b43
commit 68a9e23c1f
1 changed files with 2 additions and 3 deletions

View File

@ -28,8 +28,7 @@
.\"
.TH USERFAULTFD 2 2016-12-12 "Linux" "Linux Programmer's Manual"
.SH NAME
userfaultfd \- create a file descriptor for handling page faults in user
space
userfaultfd \- create a file descriptor for handling page faults in user space
.SH SYNOPSIS
.nf
.B #include <sys/types.h>
@ -177,7 +176,7 @@ structure are as follows:
The type of event.
Currently, only one value can appear in this field:
.BR UFFD_EVENT_PAGEFAULT ,
which indicates a page fault event.
which indicates a page-fault event.
.TP
.I address
The address that triggered the page fault.