get_mempolicy.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-10-13 09:40:21 +02:00
parent 8831d4641d
commit dedc639c67
1 changed files with 6 additions and 6 deletions

View File

@ -56,9 +56,9 @@ then information about the calling thread's default policy
.BR set_mempolicy (2)) .BR set_mempolicy (2))
is returned. is returned.
The policy returned The policy returned
.RI [ mode .RI ( mode
and and
.IR nodemask ] .IR nodemask )
may be used to restore the thread's policy to its state at may be used to restore the thread's policy to its state at
the time of the call to the time of the call to
.BR get_mempolicy () .BR get_mempolicy ()
@ -71,13 +71,13 @@ specifies
.BR MPOL_F_MEMS_ALLOWED .BR MPOL_F_MEMS_ALLOWED
(available since Linux 2.6.24), the (available since Linux 2.6.24), the
.I mode .I mode
argument is ignored and the set of nodes [memories] that the argument is ignored and the set of nodes (memories) that the
thread is allowed to specify in subsequent calls to thread is allowed to specify in subsequent calls to
.BR mbind (2) .BR mbind (2)
or or
.BR set_mempolicy (2) .BR set_mempolicy (2)
[in the absence of any (in the absence of any
.IR "mode flags" ] .IR "mode flags" )
is returned in is returned in
.IR nodemask . .IR nodemask .
It is not permitted to combine It is not permitted to combine
@ -136,7 +136,7 @@ is allocated into the location pointed to by
If no page has yet been allocated for the specified address, If no page has yet been allocated for the specified address,
.BR get_mempolicy () .BR get_mempolicy ()
will allocate a page as if the thread had performed a read will allocate a page as if the thread had performed a read
[load] access to that address, and return the ID of the node (load) access to that address, and return the ID of the node
where that page was allocated. where that page was allocated.
If If