]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ioctl_userfaultfd.2, userfaultfd.2: Minor tweaks to Axel's patch
authorAlejandro Colomar <alx.manpages@gmail.com>
Mon, 25 Apr 2022 20:01:41 +0000 (22:01 +0200)
committerAlejandro Colomar <alx.manpages@gmail.com>
Mon, 25 Apr 2022 20:01:41 +0000 (22:01 +0200)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man2/ioctl_userfaultfd.2
man2/userfaultfd.2

index d0cb0c9c8efa63fd9ed9433ab74aa1e09b51c9e8..03d55c43f59b3b73b4b624d686853439b365856d 100644 (file)
@@ -777,7 +777,7 @@ struct uffdio_continue {
 .in
 .PP
 The following value may be bitwise ORed in
-.IR mode
+.I mode
 to change the behavior of the
 .B UFFDIO_CONTINUE
 operation:
@@ -834,7 +834,7 @@ was zero; or the range specified was invalid.
 .TP
 .B EINVAL
 An invalid bit was specified in the
-.IR mode
+.I mode
 field.
 .TP
 .B EEXIST
index f8dc4766b12e5e84e441f8ca5f31841545b0d0fd..db321d466aa398fe2d0bd735d0c579d4a6a0373d 100644 (file)
@@ -84,8 +84,9 @@ When registered with
 .B UFFDIO_REGISTER_MODE_MINOR
 mode, user-space will receive a page-fault notification
 when a minor page fault occurs.
-That is, when a backing page is in the page cache, but
-page table entries don't yet exist.
+That is,
+when a backing page is in the page cache,
+but page table entries don't yet exist.
 The faulted thread will be stopped from execution
 until the page fault is resolved from user-space by an
 .B UFFDIO_CONTINUE