From: Michael Kerrisk Date: Sun, 27 Dec 2020 10:12:56 +0000 (+0100) Subject: userfaultfd.2, posix_spawn.3: srcfix: remove redundant .PP X-Git-Tag: man-pages-5.11~447 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=312b0eb18223368ff19cff04cec0cfdb08681bb3;p=thirdparty%2Fman-pages.git userfaultfd.2, posix_spawn.3: srcfix: remove redundant .PP Signed-off-by: Michael Kerrisk --- diff --git a/man2/userfaultfd.2 b/man2/userfaultfd.2 index f6f881b324..82ebf4e256 100644 --- a/man2/userfaultfd.2 +++ b/man2/userfaultfd.2 @@ -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 diff --git a/man3/posix_spawn.3 b/man3/posix_spawn.3 index 5584a85c56..34ad094ea5 100644 --- a/man3/posix_spawn.3 +++ b/man3/posix_spawn.3 @@ -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()