aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-12-27 11:12:56 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-12-27 12:40:30 +0100
commit312b0eb18223368ff19cff04cec0cfdb08681bb3 (patch)
tree80994aa185956a09ccf51a018f2aebfe661dea3b
parent04215389814b3aef1c54ff9a72454126a499f981 (diff)
downloadman-pages-312b0eb18223368ff19cff04cec0cfdb08681bb3.tar.gz
userfaultfd.2, posix_spawn.3: srcfix: remove redundant .PP
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/userfaultfd.21
-rw-r--r--man3/posix_spawn.31
2 files changed, 0 insertions, 2 deletions
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()