mlock.2: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-12-14 22:01:44 +01:00
parent fce0a6991a
commit a0c1a1ef95
1 changed files with 6 additions and 3 deletions

View File

@ -136,15 +136,18 @@ shared memory regions.
Used together with
.BR MCL_CURRENT ,
.BR MCL_FUTURE ,
or both. Mark all current (with
or both.
Mark all current (with
.BR MCL_CURRENT )
or future (with
.BR MCL_FUTURE )
mappings to lock pages when they are faulted in. When used with
mappings to lock pages when they are faulted in.
When used with
.BR MCL_CURRENT ,
all present pages are locked, but
.BR mlockall ()
will not fault in non-present pages. When used with
will not fault in non-present pages.
When used with
.BR MCL_FUTURE ,
all future mappings will be marked to lock pages when they are faulted
in, but they will not be populated by the lock when the mapping is