From: Michael Kerrisk Date: Mon, 6 Jul 2020 10:39:09 +0000 (+0200) Subject: mmap.2: wfix X-Git-Tag: man-pages-5.08~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0664253bf8837ed8da274a26cd677ed8095ceb1e;p=thirdparty%2Fman-pages.git mmap.2: wfix Reported-by: Helge Kreutzmann Signed-off-by: Michael Kerrisk --- diff --git a/man2/mmap.2 b/man2/mmap.2 index 3fa59b0e01..88a16e3e85 100644 --- a/man2/mmap.2 +++ b/man2/mmap.2 @@ -764,7 +764,7 @@ making it easy for a multithreaded process to corrupt its own address space. .PP For example, suppose that thread A looks through .I /proc//maps -and in order to locate an unused address range that it can map using +in order to locate an unused address range that it can map using .BR MAP_FIXED , while thread B simultaneously acquires part or all of that same address range.