diff options
| -rw-r--r-- | man2/ioctl_userfaultfd.2 | 4 | ||||
| -rw-r--r-- | man2/userfaultfd.2 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/man2/ioctl_userfaultfd.2 b/man2/ioctl_userfaultfd.2 index 3e14f499e8..5f3700b19a 100644 --- a/man2/ioctl_userfaultfd.2 +++ b/man2/ioctl_userfaultfd.2 @@ -537,7 +537,7 @@ struct uffdio_zeropage { The following value may be bitwise ORed in .IR mode to change the behavior of the -.B UFFDIO_ZERO +.B UFFDIO_ZEROPAGE operation: .TP .B UFFDIO_ZEROPAGE_MODE_DONTWAKE @@ -561,7 +561,7 @@ The .I zeropage field is output-only; it is not read by the -.B UFFDIO_ZERO +.B UFFDIO_ZEROPAGE operation. .PP This diff --git a/man2/userfaultfd.2 b/man2/userfaultfd.2 index 206e20ec2b..d81e9a57d2 100644 --- a/man2/userfaultfd.2 +++ b/man2/userfaultfd.2 @@ -168,7 +168,7 @@ the user-space application. The application can then use the .B UFFDIO_COPY or -.B UFFDIO_ZERO +.B UFFDIO_ZEROPAGE .BR ioctl (2) operations to resolve the page fault. .PP |
