From 421508eba87dbf27549fe32fcf0e284fed17519a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 12 Apr 2018 09:57:16 +0200 Subject: [PATCH] mmap.2: Minor wording fix Signed-off-by: Michael Kerrisk --- man2/mmap.2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/man2/mmap.2 b/man2/mmap.2 index 41ef21e47..41b4f9c03 100644 --- a/man2/mmap.2 +++ b/man2/mmap.2 @@ -135,7 +135,11 @@ It is unspecified whether changes made to the file after the .BR mmap () call are visible in the mapped region. .PP -Both of these flags are described in POSIX.1-2001 and POSIX.1-2008. +Both +.B MAP_SHARED +and +.B MAP_PRIVATE +are described in POSIX.1-2001 and POSIX.1-2008. .PP In addition, zero or more of the following values can be ORed in .IR flags :