From b763062b2ba30b97299c086c1db90c8a4992478c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 13 Oct 2016 09:16:52 +0200 Subject: [PATCH] mbind.2, set_mempolicy.2: wfix: "ids" --> "IDs" Signed-off-by: Michael Kerrisk --- man2/mbind.2 | 6 +++--- man2/set_mempolicy.2 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/man2/mbind.2 b/man2/mbind.2 index 30a99c060..42b92a933 100644 --- a/man2/mbind.2 +++ b/man2/mbind.2 @@ -143,7 +143,7 @@ are: .BR MPOL_F_STATIC_NODES " (since Linux-2.6.26)" A nonempty .I nodemask -specifies physical node ids. +specifies physical node IDs. Linux does not remap the .I nodemask when the process moves to a different cpuset context, @@ -153,8 +153,8 @@ current cpuset context changes. .BR MPOL_F_RELATIVE_NODES " (since Linux-2.6.26)" A nonempty .I nodemask -specifies node ids that are relative to the set of -node ids allowed by the process's current cpuset. +specifies node IDs that are relative to the set of +node IDs allowed by the process's current cpuset. .PP .I nodemask points to a bit mask of nodes containing up to diff --git a/man2/set_mempolicy.2 b/man2/set_mempolicy.2 index 2258b834f..3db4e93e6 100644 --- a/man2/set_mempolicy.2 +++ b/man2/set_mempolicy.2 @@ -101,7 +101,7 @@ are: .BR MPOL_F_STATIC_NODES " (since Linux 2.6.26)" A nonempty .I nodemask -specifies physical node ids. +specifies physical node IDs. Linux will not remap the .I nodemask when the process moves to a different cpuset context, @@ -111,8 +111,8 @@ current cpuset context changes. .BR MPOL_F_RELATIVE_NODES " (since Linux 2.6.26)" A nonempty .I nodemask -specifies node ids that are relative to the set of -node ids allowed by the process's current cpuset. +specifies node IDs that are relative to the set of +node IDs allowed by the process's current cpuset. .PP .I nodemask points to a bit mask of node IDs that contains up to