mmap.2: CONFORMING TO: add POSIX.1-2008

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-18 07:51:59 +02:00
parent ace101f974
commit 78cdbef700
1 changed files with 3 additions and 3 deletions

View File

@ -133,7 +133,7 @@ It is unspecified whether changes made to the file after the
.BR mmap ()
call are visible in the mapped region.
.LP
Both of these flags are described in POSIX.1-2001.
Both of these flags are described in POSIX.1-2001 and POSIX.1-2008.
In addition, zero or more of the following values can be ORed in
.IR flags :
@ -342,7 +342,7 @@ that option is normally enabled only on embedded devices
.LP
Of the above flags, only
.B MAP_FIXED
is specified in POSIX.1-2001.
is specified in POSIX.1-2001 and POSIX.1-2008.
However, most systems also support
.B MAP_ANONYMOUS
(or its synonym
@ -537,7 +537,7 @@ T{
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
SVr4, 4.4BSD, POSIX.1-2001.
POSIX.1-2001, POSIX.1-2008, SVr4, 4.4BSD.
.\" SVr4 documents additional error codes ENXIO and ENODEV.
.\" SUSv2 documents additional error codes EMFILE and EOVERFLOW.
.SH AVAILABILITY