]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
userfaultfd.2, posix_spawn.3: srcfix: remove redundant .PP
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 27 Dec 2020 10:12:56 +0000 (11:12 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 27 Dec 2020 11:40:30 +0000 (12:40 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/userfaultfd.2
man3/posix_spawn.3

index f6f881b3241af4aae95cc4a2685e45d2958452d5..82ebf4e256324db8492b8905faed881c2f50cf6f 100644 (file)
@@ -211,7 +211,6 @@ Up to Linux 4.11,
 userfaultfd can be used only with anonymous private memory mappings.
 Since Linux 4.11,
 userfaultfd can be also used with hugetlbfs and shared memory mappings.
-.PP
 .\"
 .SS Reading from the userfaultfd structure
 Each
index 5584a85c5629bc4350921045f1343d34540e748a..34ad094ea587015f8c886d33aff1dfece81d03a4 100644 (file)
@@ -217,7 +217,6 @@ is used if the caller requests it,
 or if there is no cleanup expected in the child before it
 .BR exec (3)s
 the requested file.
-.PP
 .SS pre-exec() step: housekeeping
 In between the
 .BR fork()