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 ()
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 :