svn commit: r366008 - stable/12/share/man/man9

Gordon Bergling gbe at FreeBSD.org
Tue Sep 22 17:30:53 UTC 2020


Author: gbe (doc committer)
Date: Tue Sep 22 17:30:53 2020
New Revision: 366008
URL: https://svnweb.freebsd.org/changeset/base/366008

Log:
  MFC r365853: domainset(9): Some markup fixes
  
  - new sentence, new line
  - whitespace at end of input line

Modified:
  stable/12/share/man/man9/domainset.9
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/share/man/man9/domainset.9
==============================================================================
--- stable/12/share/man/man9/domainset.9	Tue Sep 22 17:29:44 2020	(r366007)
+++ stable/12/share/man/man9/domainset.9	Tue Sep 22 17:30:53 2020	(r366008)
@@ -88,8 +88,9 @@ memory is accessed from many CPUs that are not in the 
 .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 ke
 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 ,


More information about the svn-src-all mailing list