mlock.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:50:34 +02:00
parent 9db5ebf4eb
commit ace101f974
1 changed files with 2 additions and 2 deletions

View File

@ -193,7 +193,7 @@ For
(Linux 2.6.8 and earlier) The caller was not privileged
.RB ( CAP_IPC_LOCK ).
.SH CONFORMING TO
POSIX.1-2001, SVr4.
POSIX.1-2001, POSIX.1-2008, SVr4.
.SH AVAILABILITY
On POSIX systems on which
.BR mlock ()
@ -288,7 +288,7 @@ and
automatically round
.I addr
down to the nearest page boundary.
However, POSIX.1-2001 allows an implementation to require that
However, POSIX.1 allows an implementation to require that
.I addr
is page aligned, so portable applications should ensure this.