From 0664253bf8837ed8da274a26cd677ed8095ceb1e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 6 Jul 2020 12:39:09 +0200 Subject: [PATCH] mmap.2: wfix Reported-by: Helge Kreutzmann Signed-off-by: Michael Kerrisk --- man2/mmap.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2