mmap.2: Minor wording fix

Change "extremely hazardous" to "hazardous". The former phrasing
is a little overwrought; on its own "hazardous" is enough to
convey the sense of danger.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-04-13 08:53:06 +02:00
parent 56a033affa
commit 2256fc0887
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ C library versions, and operating system releases.
The
.BR MAP_FIXED
flag should be used only when the specified memory region has
already been reserved using another mapping; otherwise, it is extremely
already been reserved using another mapping; otherwise, its use is
hazardous because it forcibly removes preexisting mappings,
making it easy for a multithreaded process to corrupt its own address space.
.IP