ioctl_userfaultfd.2, userfaultfd.2: wfix

Use "UFFDIO_ZEROPAGE" consistently rather than "UFFDIO_ZERO".

Signed-off-by: Anthony Iliopoulos <ailiopoulos@suse.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Anthony Iliopoulos 2018-11-09 16:23:59 +00:00 committed by Michael Kerrisk
parent 4f5bbd6115
commit 99de80c58b
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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