]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
userfaultfd.2: tfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 4 Jan 2017 22:44:30 +0000 (11:44 +1300)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 25 Apr 2017 10:56:39 +0000 (12:56 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/userfaultfd.2

index c2c3098bacf94bf784d16a4c0528b689c98d7737..bcab21fbefcbe2e9c35fb2b9b0afa91e0b9f9715 100644 (file)
@@ -28,8 +28,7 @@
 .\"
 .TH USERFAULTFD 2 2016-12-12 "Linux" "Linux Programmer's Manual"
 .SH NAME
-userfaultfd \- create a file descriptor for handling page faults in user
-space
+userfaultfd \- create a file descriptor for handling page faults in user space
 .SH SYNOPSIS
 .nf
 .B #include <sys/types.h>
@@ -177,7 +176,7 @@ structure are as follows:
 The type of event.
 Currently, only one value can appear in this field:
 .BR UFFD_EVENT_PAGEFAULT ,
-which indicates a page fault event.
+which indicates a page-fault event.
 .TP
 .I address
 The address that triggered the page fault.