From dedc639c67f3a04e569ae207cfc530e4190f0025 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 13 Oct 2016 09:40:21 +0200 Subject: [PATCH] get_mempolicy.2: tfix Signed-off-by: Michael Kerrisk --- man2/get_mempolicy.2 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/man2/get_mempolicy.2 b/man2/get_mempolicy.2 index bcaea8b47..ac6135f46 100644 --- a/man2/get_mempolicy.2 +++ b/man2/get_mempolicy.2 @@ -56,9 +56,9 @@ then information about the calling thread's default policy .BR set_mempolicy (2)) is returned. The policy returned -.RI [ mode +.RI ( mode and -.IR nodemask ] +.IR nodemask ) may be used to restore the thread's policy to its state at the time of the call to .BR get_mempolicy () @@ -71,13 +71,13 @@ specifies .BR MPOL_F_MEMS_ALLOWED (available since Linux 2.6.24), the .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 .BR mbind (2) or .BR set_mempolicy (2) -[in the absence of any -.IR "mode flags" ] +(in the absence of any +.IR "mode flags" ) is returned in .IR nodemask . 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, .BR get_mempolicy () 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. If