mmap.2: Minor wording fix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-04-12 09:57:16 +02:00
parent a7a21482a1
commit 421508eba8
1 changed files with 5 additions and 1 deletions

View File

@ -135,7 +135,11 @@ It is unspecified whether changes made to the file after the
.BR mmap () .BR mmap ()
call are visible in the mapped region. call are visible in the mapped region.
.PP .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 .PP
In addition, zero or more of the following values can be ORed in In addition, zero or more of the following values can be ORed in
.IR flags : .IR flags :