mbind.2, set_mempolicy.2: wfix: "ids" --> "IDs"

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-10-13 09:16:52 +02:00
parent e3b2c608de
commit b763062b2b
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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