From 9ae36f1824fa9b557e5661bf4e25b2e7ae7aed9c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 6 Apr 2021 13:26:29 +0200 Subject: [PATCH] userfaultfd.2: tfix Signed-off-by: Michael Kerrisk --- man2/userfaultfd.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man2/userfaultfd.2 b/man2/userfaultfd.2 index 3ff05af90..593c189d8 100644 --- a/man2/userfaultfd.2 +++ b/man2/userfaultfd.2 @@ -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