aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCeri Davies <ceri@FreeBSD.org>2023-05-11 21:06:56 +0000
committerCeri Davies <ceri@FreeBSD.org>2023-05-11 21:06:56 +0000
commit620b5bfaefc835777754ca3839867005dc5e4767 (patch)
tree1b929f8ba0345561e8428aeb8b84dd1560cd630d
parentc16e08e5f324aa119c85e10eaabacbd2abdb40e0 (diff)
downloadsrc-620b5bfaefc835777754ca3839867005dc5e4767.tar.gz
src-620b5bfaefc835777754ca3839867005dc5e4767.zip
rc.conf.5: document name_cpuset, introduced in rev 0661f93892a2
-rw-r--r--share/man/man5/rc.conf.511
1 files changed, 10 insertions, 1 deletions
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 ,