From 1b8e0a57098335847d8c1a1af3fcd237039a98f4 Mon Sep 17 00:00:00 2001 From: Kamalesh Babulal Date: Thu, 16 Feb 2023 17:38:54 +0530 Subject: [PATCH] man: document cgget's -b (systemd) option Add documentation about the -b option in the cgget'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 (cherry picked from commit 2df89264ac8c8ba6693d3e48cc2424a9e73ff951) --- doc/man/cgget.1 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/man/cgget.1 b/doc/man/cgget.1 index 11f947be..0f2a0285 100644 --- a/doc/man/cgget.1 +++ b/doc/man/cgget.1 @@ -7,10 +7,10 @@ cgget \- print parameter(s) of given group(s) .SH SYNOPSIS -\fBcgget\fR [\fB-n\fR] [\fB-v\fR] [\fB-m\fR] [\fB-r\fR <\fIname\fR>] +\fBcgget\fR [\fB-n\fR] [\fB-v\fR] [\fB-m\fR] [\fB-b\fR] [\fB-r\fR <\fIname\fR>] [\fB-g\fR <\fIcontroller\fR>] [\fB-a\fR] <\fBpath\fR> ... .br -\fBcgget\fR [\fB-n\fR] [\fB-v\fR] [\fB-m\fR] [\fB-r\fR <\fIname\fR>] +\fBcgget\fR [\fB-n\fR] [\fB-v\fR] [\fB-m\fR] [\fB-b\fR] [\fB-r\fR <\fIname\fR>] \fB-g\fR <\fIcontroller\fR>:<\fBpath\fR> ... .SH DESCRIPTION @@ -27,6 +27,12 @@ This parameter can be used multiple times. .B -a, --all print the variables for all controllers which consist in the given cgroup +.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 -g defines controllers whose values should be displayed. -- 2.47.2