diff options
| -rw-r--r-- | man2/ioctl_userfaultfd.2 | 10 |
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 |
