mbind.2, set_mempolicy.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-10-13 09:38:59 +02:00
parent d0749cdf78
commit 8831d4641d
2 changed files with 4 additions and 4 deletions

View File

@ -69,7 +69,7 @@ a memory-mapped file, mapped using the
system call with the
.B MAP_PRIVATE
flag, pages will be allocated only according to the specified
policy when the application writes [stores] to the page.
policy when the application writes (stores) to the page.
For anonymous regions, an initial read access will use a shared
page in the kernel containing all zeros.
For a file mapped with
@ -179,9 +179,9 @@ Where a
.I nodemask
is required, it must contain at least one node that is on-line,
allowed by the process's current cpuset context
[unless the
(unless the
.B MPOL_F_STATIC_NODES
mode flag is specified],
mode flag is specified),
and contains memory.
The

View File

@ -62,7 +62,7 @@ memory-mapped files mapped using the
.BR mmap (2)
call with the
.B MAP_PRIVATE
flag and that are only read [loaded] from by the thread
flag and that are only read (loaded) from by the thread
and of memory-mapped files mapped using the
.BR mmap (2)
call with the