diff options
| -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 |
