aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-09-11 07:19:04 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-09-11 07:19:04 +0200
commit4190ca0ab3818f97b26b521fae2d175dd137f747 (patch)
tree86f79839854305ef057ae213dc9ef7fb3125e83f
parenta99abf87e2fb5e2c8e7972abd58c9ee63dcaaeee (diff)
downloadman-pages-4190ca0ab3818f97b26b521fae2d175dd137f747.tar.gz
ioctl_userfaultfd.2: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/ioctl_userfaultfd.210
1 files changed, 5 insertions, 5 deletions
diff --git a/man2/ioctl_userfaultfd.2 b/man2/ioctl_userfaultfd.2
index 4c3d1fd8f6..14dba42433 100644
--- a/man2/ioctl_userfaultfd.2
+++ b/man2/ioctl_userfaultfd.2
@@ -111,7 +111,7 @@ operations available.
For Linux kernel versions before 4.11, the
.I features
field must be initialized to zero before the call to
-.IR UFFDIO_API ,
+.BR UFFDIO_API ,
and zero (i.e., no feature bits) is placed in the
.I features
field by the kernel upon return from
@@ -500,17 +500,17 @@ field.
.BR ENOENT " (since Linux 4.11)"
The faulting process has changed
its virtual memory layout simultaneously with an outstanding
-.I UFFDIO_COPY
+.B UFFDIO_COPY
operation.
.TP
.BR ENOSPC " (from Linux 4.11 until Linux 4.13)"
The faulting process has exited at the time of a
-.I UFFDIO_COPY
+.B UFFDIO_COPY
operation.
.TP
.BR ESRCH " (since Linux 4.13)"
The faulting process has exited at the time of a
-.I UFFDIO_COPY
+.B UFFDIO_COPY
operation.
.\"
.SS UFFDIO_ZEROPAGE
@@ -597,7 +597,7 @@ field.
.TP
.BR ESRCH " (since Linux 4.13)"
The faulting process has exited at the time of a
-.I UFFDIO_ZEROPAGE
+.B UFFDIO_ZEROPAGE
operation.
.\"
.SS UFFDIO_WAKE