mmap.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-04-13 08:38:50 +02:00
parent a8fd340325
commit 528cc762d9
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ Software that aspires to be portable should use this option with care,
keeping in mind that the exact layout of a process's memory mappings
is allowed to change significantly between kernel versions,
C library versions, and operating system releases.
This option should only be used when the specified memory region has
This option should be used only when the specified memory region has
already been reserved using another mapping; otherwise, it is extremely
hazardous because it forcibly removes preexisting mappings,
making it easy for a multithreaded process to corrupt its own address space.