From a3319e29f07172b0c906e83109e86b8360813502 Mon Sep 17 00:00:00 2001 From: Kamalesh Babulal Date: Thu, 16 Feb 2023 17:38:54 +0530 Subject: [PATCH] man: document cgset's -b (systemd) option Add documentation about the -b option in the cgset's man page. This option ignores the default systemd delegated hierarchy path and constructs the path of the control groups relative to the cgroup root hierarchy. Signed-off-by: Kamalesh Babulal Signed-off-by: Tom Hromatka --- doc/man/cgset.1 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/man/cgset.1 b/doc/man/cgset.1 index b05473f1..91561773 100644 --- a/doc/man/cgset.1 +++ b/doc/man/cgset.1 @@ -7,9 +7,9 @@ cgset \- set the parameters of given cgroup(s) .SH SYNOPSIS -\fBcgset\fR [\fB-r\fR <\fIname=value\fR>] <\fBcgroup_path\fR> ... +\fBcgset\fR [\fB-b\fR] [\fB-r\fR <\fIname=value\fR>] <\fBcgroup_path\fR> ... .br -\fBcgset\fR \fB--copy-from\fR <\fIsource_cgroup_path\fR> <\fBcgroup_path\fR> ... +\fBcgset\fR [\fB-b\fR] \fB--copy-from\fR <\fIsource_cgroup_path\fR> <\fBcgroup_path\fR> ... .SH DESCRIPTION Set the parameters of input cgroups. @@ -19,6 +19,12 @@ Set the parameters of input cgroups. is the name of the cgroup which should be changed. This parameter can be used multiple times. +.TP +.B -b +ignores the default systemd delegated hierarchy path and +constructs the path of the control groups relative to the +cgroup root hierarchy. + .TP .B -r defines the name of the file to set and -- 2.47.2