From 620b5bfaefc835777754ca3839867005dc5e4767 Mon Sep 17 00:00:00 2001 From: Ceri Davies Date: Thu, 11 May 2023 22:06:56 +0100 Subject: [PATCH] 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 ,