summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorIvana Varekova <varekova@redhat.com>2009-06-19 17:09:03 +0200
committerDhaval Giani <dhaval@linux.vnet.ibm.com>2009-06-29 16:59:16 +0530
commit8cc1d9743201cb9ae9a5286c898b9d47e318ed46 (patch)
tree437cf4a7b82b995095e650d1cc7d344c87ec4203 /doc
parenta6c5b55add45b76a7deb7ce853f28cff90c953b7 (diff)
downloadlibcg-8cc1d9743201cb9ae9a5286c898b9d47e318ed46.tar.gz
libcg-8cc1d9743201cb9ae9a5286c898b9d47e318ed46.tar.xz
libcg-8cc1d9743201cb9ae9a5286c898b9d47e318ed46.zip
cgset: fix the man-page -add new parameters
This patch fixed man page and adds newly added parameters Signed-off-by: Ivana Varekova <varekova@redhat.com> Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/man/cgset.110
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/man/cgset.1 b/doc/man/cgset.1
index 8d6c647..5f6e062 100644
--- a/doc/man/cgset.1
+++ b/doc/man/cgset.1
@@ -7,14 +7,15 @@
cgset \- set the parameters of given cgroup(s)
.SH SYNOPSIS
-\fBcgset\fR [\fB-r\fR <\fIname=value\fR>] <\fBpath\fR> ...
+\fBcgset\fR [\fB-r\fR <\fIname=value\fR>] <\fBcgroup_path\fR> ...
+\fBcgset\fR \fB--copy-from\fR <\fIsource_cgrup_path\fR> <\fBcgroup_path\fR> ...
.SH DESCRIPTION
The command set the parameters of input cgroup(s).
.TP
.B <path>
-is the ame of the cgroup which should be changed.
+is the name of the cgroup which should be changed.
This parameter can be used multiple times.
.TP
@@ -23,5 +24,10 @@ defines 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 -copy-from <source_cgrup_path>
+defines name of cgroup whose parameters will be
+coppied to input cgroup.
+
.SH SEE ALSO
cgsules.conf (1), cgcreate (1) \ No newline at end of file