On 11/9/18 5:23 PM, Anthony Iliopoulos wrote: > Use "UFFDIO_ZEROPAGE" consistently rather than "UFFDIO_ZERO".> > Signed-off-by: Anthony Iliopoulos <ailiopoulos@xxxxxxxx> Thanks, Anthony. Patch applied. Cheers, Michael > --- > man2/ioctl_userfaultfd.2 | 4 ++-- > man2/userfaultfd.2 | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/man2/ioctl_userfaultfd.2 b/man2/ioctl_userfaultfd.2 > index 3e14f499e..5f3700b19 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 206e20ec2..d81e9a57d 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 > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/