]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
Adds cgset man page
authorIvana Varekova <varekova@redhat.com>
Thu, 4 Jun 2009 14:43:46 +0000 (16:43 +0200)
committerDhaval Giani <dhaval@linux.vnet.ibm.com>
Thu, 18 Jun 2009 14:19:39 +0000 (19:49 +0530)
This patch adds cgset man page - it includes Makefile changes

Signed-off-by: Ivana Varekova <varekova@redhat.com>
Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com>
doc/man/Makefile.am
doc/man/cgset.1 [new file with mode: 0644]

index c53530262da6078e217f406f7febea47f74e9f31..3d947b4feaea5dd68b4f9d844fe58e629d3b6ad8 100644 (file)
@@ -1,5 +1,5 @@
 man_MANS = cgclassify.1 cgconfig.conf.5 cgconfigparser.8 cgexec.1 cgred.conf.5 \
-           cgrules.conf.5 cgrulesengd.8 cgcreate.1
+           cgrules.conf.5 cgrulesengd.8 cgcreate.1 cgset.1
 
 EXTRA_DIST = $(man_MANS)
 
diff --git a/doc/man/cgset.1 b/doc/man/cgset.1
new file mode 100644 (file)
index 0000000..8d6c647
--- /dev/null
@@ -0,0 +1,27 @@
+.\" Copyright (C) 2009 Red Hat, Inc. All Rights Reserved.
+.\" Written by Ivana Hutarova Varekova <varekova@redhat.com>
+
+.TH CGSET  1 2009-03-15 "Linux" "libcgroup Manual"
+.SH NAME
+
+cgset \- set the parameters of given cgroup(s)
+
+.SH SYNOPSIS
+\fBcgset\fR [\fB-r\fR <\fIname=value\fR>] <\fBpath\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.
+This parameter can be used multiple times.
+
+.TP
+.B -r <name=value>
+defines name of the file to set and
+the value which should be written to that file.
+This parameter can be used multiple times.
+
+.SH SEE ALSO
+cgsules.conf (1), cgcreate (1)
\ No newline at end of file