From a458bc45267eb72cbe85a44d8a97682a0e4533be Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 15 Aug 2017 17:51:45 +0200 Subject: [PATCH] ioctl_userfaultfd.2: ffix Signed-off-by: Michael Kerrisk --- man2/ioctl_userfaultfd.2 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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,