aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
Diffstat (limited to 'man2')
-rw-r--r--man2/ioctl_userfaultfd.29
1 files changed, 6 insertions, 3 deletions
diff --git a/man2/ioctl_userfaultfd.2 b/man2/ioctl_userfaultfd.2
index f97b3efef2..0a09c9454d 100644
--- a/man2/ioctl_userfaultfd.2
+++ b/man2/ioctl_userfaultfd.2
@@ -41,9 +41,12 @@ Various
operations can be performed on a userfaultfd object (created by a call to
.BR userfaultfd (2))
using calls of the form:
-
- ioctl(fd, cmd, argp);
-
+.PP
+.in +4n
+.EX
+ioctl(fd, cmd, argp);
+.EE
+.in
In the above,
.I fd
is a file descriptor referring to a userfaultfd object,