diff --git a/man2/ioctl_userfaultfd.2 b/man2/ioctl_userfaultfd.2 index f97b3efef..0a09c9454 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,