From 5d07f1a3b213d6d27d4cca65de5fe035898233d3 Mon Sep 17 00:00:00 2001 From: Kamalesh Babulal Date: Sat, 14 Oct 2023 16:54:12 +0530 Subject: [PATCH] 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 --- doc/man/cgset.1 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 -- 2.47.2