mbind.2, set_mempolicy.2: srcfix: rewarp source lines

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-10-12 09:46:56 +02:00
parent a2b94599f4
commit 5e38e258ec
2 changed files with 19 additions and 16 deletions

View File

@ -267,14 +267,16 @@ The
.I nodemask
and
.I maxnode
arguments must specify the empty set. If the "local node" is low
on free memory the kernel will try to allocate memory from other
nodes. The kernel will allocate memory from the "local node"
whenever memory for this node is available. If the "local node"
is not allowed by the process's current cpuset context the kernel
will try to allocate memory from other nodes. The kernel will
allocate memory from the "local node" whenever it becomes allowed
by the process's current cpuset context. In contrast
arguments must specify the empty set.
If the "local node" is low on free memory
the kernel will try to allocate memory from other nodes.
The kernel will allocate memory from the "local node"
whenever memory for this node is available.
If the "local node" is not allowed by the process's current cpuset context
the kernel will try to allocate memory from other nodes.
The kernel will allocate memory from the "local node" whenever
it becomes allowed by the process's current cpuset context.
In contrast
.B MPOL_DEFAULT
reverts to the policy of the process which may have been set with
.BR set_mempolicy (2).

View File

@ -219,14 +219,15 @@ The
.I nodemask
and
.I maxnode
arguments must specify the empty set. If the "local node" is low
on free memory the kernel will try to allocate memory from other
nodes. The kernel will allocate memory from the "local node"
whenever memory for this node is available. If the "local node"
is not allowed by the process's current cpuset context the kernel
will try to allocate memory from other nodes. The kernel will
allocate memory from the "local node" whenever it becomes allowed
by the process's current cpuset context.
arguments must specify the empty set.
If the "local node" is low on free memory
the kernel will try to allocate memory from other nodes.
The kernel will allocate memory from the "local node"
whenever memory for this node is available.
If the "local node" is not allowed by the process's current cpuset context
the kernel will try to allocate memory from other nodes.
The kernel will allocate memory from the "local node" whenever
it becomes allowed by the process's current cpuset context.
The thread memory policy is preserved across an
.BR execve (2),