userfaultfd.2, posix_spawn.3: srcfix: remove redundant .PP

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-12-27 11:12:56 +01:00
parent 0421538981
commit 312b0eb182
2 changed files with 0 additions and 2 deletions

View 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

View 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()