Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Nov 2019 02:16:45 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r355202 - stable/12/lib/libc/sys
Message-ID:  <201911290216.xAT2GjDH070087@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Fri Nov 29 02:16:45 2019
New Revision: 355202
URL: https://svnweb.freebsd.org/changeset/base/355202

Log:
  MFC r355000:
  Fix typos in the cpuset_{get,set}domain() man page.

Modified:
  stable/12/lib/libc/sys/cpuset_getdomain.2
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/lib/libc/sys/cpuset_getdomain.2
==============================================================================
--- stable/12/lib/libc/sys/cpuset_getdomain.2	Fri Nov 29 02:06:45 2019	(r355201)
+++ stable/12/lib/libc/sys/cpuset_getdomain.2	Fri Nov 29 02:16:45 2019	(r355202)
@@ -47,7 +47,7 @@ and
 allow the manipulation of sets of memory domains and allocation policy available
 to processes, threads, jails and other resources.
 These functions may manipulate sets of memory domains that contain many processes
-or per-object anonymous masks that effect only a single object.
+or per-object anonymous masks that affect only a single object.
 .Pp
 The valid values for the
 .Fa level
@@ -97,7 +97,8 @@ mask and policy from the object specified by
 and
 .Fa id
 and stores it in the space provided by
-.Fa mask and
+.Fa mask
+and
 .Fa policy .
 .Pp
 .Fn cpuset_setdomain
@@ -107,7 +108,8 @@ attempts to set the mask and policy for the object spe
 and
 .Fa id
 to the values in
-.Fa mask and
+.Fa mask
+and
 .Fa policy .
 .Sh ALLOCATION POLICIES
 Valid policy values are as follows:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911290216.xAT2GjDH070087>