domainset(9): Some markup fixes
- new sentence, new line - whitespace at end of input line MFC after: 3 days
This commit is contained in:
parent
9ed054096d
commit
6f563a6f49
@ -88,7 +88,8 @@ memory is accessed from many CPUs that are not in the local domain.
|
|||||||
.It Dv DOMAINSET_POLICY_PREFER
|
.It Dv DOMAINSET_POLICY_PREFER
|
||||||
Memory is allocated from the node in the
|
Memory is allocated from the node in the
|
||||||
.Vt prefer
|
.Vt prefer
|
||||||
member. The preferred node must be set in the allowed mask.
|
member.
|
||||||
|
The preferred node must be set in the allowed mask.
|
||||||
If the preferred node is out of memory the allocation falls back to
|
If the preferred node is out of memory the allocation falls back to
|
||||||
round-robin among allowed sets.
|
round-robin among allowed sets.
|
||||||
.It Dv DOMAINSET_POLICY_INTERLEAVE
|
.It Dv DOMAINSET_POLICY_INTERLEAVE
|
||||||
@ -128,8 +129,7 @@ function takes a partially filled in domainset as a key and returns a
|
|||||||
valid domainset or NULL.
|
valid domainset or NULL.
|
||||||
It is critical that consumers not use domainsets that have not been
|
It is critical that consumers not use domainsets that have not been
|
||||||
returned by this function.
|
returned by this function.
|
||||||
.Vt
|
.Vt domainset
|
||||||
domainset
|
|
||||||
is an immutable type that is shared among all matching keys and must
|
is an immutable type that is shared among all matching keys and must
|
||||||
not be modified after return.
|
not be modified after return.
|
||||||
.Pp
|
.Pp
|
||||||
@ -140,7 +140,6 @@ that are not accessible via
|
|||||||
.Xr cpuset 2 .
|
.Xr cpuset 2 .
|
||||||
It is intended for use with
|
It is intended for use with
|
||||||
.Xr sysctl 9 .
|
.Xr sysctl 9 .
|
||||||
.Pp
|
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr cpuset 1 ,
|
.Xr cpuset 1 ,
|
||||||
.Xr cpuset 2 ,
|
.Xr cpuset 2 ,
|
||||||
|
Loading…
Reference in New Issue
Block a user