userfaultfd.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-04-06 13:26:29 +02:00
parent 1cf1ada55a
commit 9ae36f1824
1 changed files with 3 additions and 3 deletions

View File

@ -271,7 +271,7 @@ To register with userfaultfd write-protect mode, the user needs to initiate the
ioctl with mode
.B UFFDIO_REGISTER_MODE_WP
set.
Note that it's legal to monitor the same memory range with multiple modes.
Note that it is legal to monitor the same memory range with multiple modes.
For example, the user can do
.B UFFDIO_REGISTER
with the mode set to
@ -467,8 +467,8 @@ otherwise it is a read fault.
.B UFFD_PAGEFAULT_FLAG_WP
If the address is in a range that was registered with the
.B UFFDIO_REGISTER_MODE_WP
flag, when this bit is set, it means it's a write-protect fault.
Otherwise it's a page-missing fault.
flag, when this bit is set, it means it is a write-protect fault.
Otherwise it is a page-missing fault.
.RE
.TP
.I pagefault.feat.pid