diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-10-13 09:16:52 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-10-13 09:16:52 +0200 |
| commit | b763062b2ba30b97299c086c1db90c8a4992478c (patch) | |
| tree | faf07ece9c33149619ad01dc12ab9599139de495 | |
| parent | e3b2c608de9b0bdfc0637582ebfa0824a809e97b (diff) | |
| download | man-pages-b763062b2ba30b97299c086c1db90c8a4992478c.tar.gz | |
mbind.2, set_mempolicy.2: wfix: "ids" --> "IDs"
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/mbind.2 | 6 | ||||
| -rw-r--r-- | man2/set_mempolicy.2 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/man2/mbind.2 b/man2/mbind.2 index 30a99c0602..42b92a933e 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 2258b834f8..3db4e93e60 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 |
