git: 620b5bfaefc8 - main - rc.conf.5: document name_cpuset, introduced in rev 0661f93892a2

From: Ceri Davies <ceri_at_FreeBSD.org>
Date: Thu, 11 May 2023 21:07:32 UTC
The branch main has been updated by ceri:

URL: https://cgit.FreeBSD.org/src/commit/?id=620b5bfaefc835777754ca3839867005dc5e4767

commit 620b5bfaefc835777754ca3839867005dc5e4767
Author:     Ceri Davies <ceri@FreeBSD.org>
AuthorDate: 2023-05-11 21:06:56 +0000
Commit:     Ceri Davies <ceri@FreeBSD.org>
CommitDate: 2023-05-11 21:06:56 +0000

    rc.conf.5:      document name_cpuset, introduced in rev 0661f93892a2
---
 share/man/man5/rc.conf.5 | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index fc4e1dbae895..fdf95a396015 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 11, 2023
+.Dd May 11, 2023
 .Dt RC.CONF 5
 .Os
 .Sh NAME
@@ -197,6 +197,14 @@ services are enabled that utilize the force_depend check.
 .Pq Vt str
 .Xr chroot 8
 to this directory before running the service.
+.It Ao Ar name Ac Ns Va _cpuset
+.Pq Vt str
+A list of CPUs to run the service on.
+Passed to
+.Xr cpuset 1
+using the
+.Fl l
+flag.
 .It Ao Ar name Ac Ns Va _fib
 .Pq Vt int
 The
@@ -4922,6 +4930,7 @@ these are the flags to pass to the
 .El
 .Sh SEE ALSO
 .Xr chmod 1 ,
+.Xr cpuset 1 ,
 .Xr gdb 1 Pq Pa ports/devel/gdb ,
 .Xr kbdcontrol 1 ,
 .Xr limits 1 ,