From 5f6ad971193bbc09cb4ae639c5687a13b724f1c5 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 26 Jul 2021 01:05:53 +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 4ee2f4f96..96b7444b0 100644 --- a/man2/mmap.2 +++ b/man2/mmap.2 @@ -254,7 +254,7 @@ restrictions. If the memory region specified by .I addr and -.I len +.I length overlaps pages of any existing mapping(s), then the overlapped part of the existing mapping(s) will be discarded. If the specified address cannot be used,