mprotect.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:53:09 +02:00
parent 78cdbef700
commit c22f5880b8
1 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ in the middle of a region currently protected as
would result in three mappings: would result in three mappings:
two read/write mappings at each end and a read-only mapping in the middle.) two read/write mappings at each end and a read-only mapping in the middle.)
.SH CONFORMING TO .SH CONFORMING TO
SVr4, POSIX.1-2001. POSIX.1-2001, POSIX.1-2008, SVr4.
.\" SVr4 defines an additional error .\" SVr4 defines an additional error
.\" code EAGAIN. The SVr4 error conditions don't map neatly onto Linux's. .\" code EAGAIN. The SVr4 error conditions don't map neatly onto Linux's.
POSIX says that the behavior of POSIX says that the behavior of
@ -157,7 +157,7 @@ On some hardware architectures (e.g., i386),
implies implies
.BR PROT_READ . .BR PROT_READ .
POSIX.1-2001 says that an implementation may permit access POSIX.1 says that an implementation may permit access
other than that specified in other than that specified in
.IR prot , .IR prot ,
but at a minimum can allow write access only if but at a minimum can allow write access only if