From: Kamalesh Babulal Date: Sat, 14 Oct 2023 11:24:12 +0000 (+0530) Subject: man: cgset: document -R option X-Git-Tag: v3.2.0~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d07f1a3b213d6d27d4cca65de5fe035898233d3;p=thirdparty%2Flibcgroup.git man: cgset: document -R option Document -R option. It recursively sets variable settings passed with -r option to cgroup_path and its descendant cgroups. Signed-off-by: Kamalesh Babulal Signed-off-by: Tom Hromatka --- diff --git a/doc/man/cgset.1 b/doc/man/cgset.1 index 91561773..d46778f0 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-b\fR] [\fB-r\fR <\fIname=value\fR>] <\fBcgroup_path\fR> ... +\fBcgset\fR [\fB-b\fR] [\fB-R\fR] [\fB-r\fR <\fIname=value\fR>] <\fBcgroup_path\fR> ... .br -\fBcgset\fR [\fB-b\fR] \fB--copy-from\fR <\fIsource_cgroup_path\fR> <\fBcgroup_path\fR> ... +\fBcgset\fR [\fB-b\fR] [\fB-R\fR] \fB--copy-from\fR <\fIsource_cgroup_path\fR> <\fBcgroup_path\fR> ... .SH DESCRIPTION Set the parameters of input cgroups. @@ -31,6 +31,11 @@ defines the name of the file to set and the value which should be written to that file. This parameter can be used multiple times. +.TP +.B -R +recursively sets variable settings passed with -r option +to cgroup_path and its descendant cgroups. + .TP .B --copy-from defines the name of the cgroup whose parameters will be