From: Kamalesh Babulal Date: Thu, 4 Jul 2024 02:17:30 +0000 (+0530) Subject: man: cgxset: document -R option X-Git-Tag: v3.2.0~95 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8bfd9627a56bc08ca66ba01d3e12efbf93dbef3;p=thirdparty%2Flibcgroup.git man: cgxset: 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/cgxset.1 b/doc/man/cgxset.1 index cb384513..2a3c261d 100644 --- a/doc/man/cgxset.1 +++ b/doc/man/cgxset.1 @@ -4,9 +4,9 @@ cgxset \- set the parameters of given cgroup(s) .SH SYNOPSIS -\fBcgxset\fR [\fB-1\fR] [\fB-2\fR] [\fB-i\fR] [\fB-b\fR] [\fB-r\fR <\fIname=value\fR>] <\fBcgroup_path\fR> ... +\fBcgxset\fR [\fB-1\fR] [\fB-2\fR] [\fB-i\fR] [\fB-b\fR] [\fB-R\fR] [\fB-r\fR <\fIname=value\fR>] <\fBcgroup_path\fR> ... .br -\fBcgxset\fR [\fB-b\fR] \fB--copy-from\fR <\fIsource_cgroup_path\fR> <\fBcgroup_path\fR> ... +\fBcgxset\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. @@ -51,6 +51,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