domainset(9): Some markup fixes

- new sentence, new line
- whitespace at end of input line

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2020-09-17 20:37:54 +00:00
parent 9ed054096d
commit 6f563a6f49

View File

@ -88,8 +88,9 @@ 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.
If the preferred node is out of memory the allocation falls back to The preferred node must be set in the allowed mask.
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
Memory is allocated in a striped fashion with multiple pages Memory is allocated in a striped fashion with multiple pages
@ -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
@ -138,9 +138,8 @@ The
function is provided as a convenience for modifying or viewing domainsets function is provided as a convenience for modifying or viewing domainsets
that are not accessible via 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 ,