fork.2: Minor reworking of MADV_WIPEONFORK text

The wipe-on-fork setting is specified on address ranges,
not mappings.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-10-09 21:24:06 +02:00
parent da06433e6d
commit 64f89da83f
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ Memory mappings that have been marked with the
flag are not inherited across a
.BR fork ().
.IP *
Memory in mappings that have been marked with the
Memory in address ranges that have been marked with the
.BR madvise (2)
.B MADV_WIPEONFORK
flag is zeroed in the child after a