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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365853

View File

@ -88,8 +88,9 @@ memory is accessed from many CPUs that are not in the local domain.
.It Dv DOMAINSET_POLICY_PREFER
Memory is allocated from the node in the
.Vt prefer
member. The preferred node must be set in the allowed mask.
If the preferred node is out of memory the allocation falls back to
member.
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.
.It Dv DOMAINSET_POLICY_INTERLEAVE
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.
It is critical that consumers not use domainsets that have not been
returned by this function.
.Vt
domainset
.Vt domainset
is an immutable type that is shared among all matching keys and must
not be modified after return.
.Pp
@ -138,9 +138,8 @@ The
function is provided as a convenience for modifying or viewing domainsets
that are not accessible via
.Xr cpuset 2 .
It is intended for use with
It is intended for use with
.Xr sysctl 9 .
.Pp
.Sh SEE ALSO
.Xr cpuset 1 ,
.Xr cpuset 2 ,