]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
userfaultfd.2: tfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 6 Apr 2021 11:26:29 +0000 (13:26 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 6 Apr 2021 11:44:48 +0000 (13:44 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/userfaultfd.2

index 3ff05af901e511fdd86f5c7f6821f7c92d2098b9..593c189d8e14f44bde6c50996d2c124dbd526575 100644 (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