diff options
author | Dhaval Giani <dhaval@linux.vnet.ibm.com> | 2009-10-23 16:50:03 +0530 |
---|---|---|
committer | Dhaval Giani <dhaval@linux.vnet.ibm.com> | 2009-10-28 01:09:21 +0530 |
commit | a05baf9beb7c3a87b286c36553db3f5377a9d2de (patch) | |
tree | 62ebbc9661269b9beabff5193126195de896c2d5 /doc/man/cgclear.1 | |
parent | fa3614e25f7bf06b55800f3145356b16e295ebed (diff) | |
download | libcg-a05baf9beb7c3a87b286c36553db3f5377a9d2de.tar.gz libcg-a05baf9beb7c3a87b286c36553db3f5377a9d2de.tar.xz libcg-a05baf9beb7c3a87b286c36553db3f5377a9d2de.zip |
libcgroup: cgclear manpage
Add a manpage for cgclear
Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com>
Reviewed-by : Ivana Hutarova Varekova <varekova@redhat.com>
Diffstat (limited to 'doc/man/cgclear.1')
-rw-r--r-- | doc/man/cgclear.1 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/man/cgclear.1 b/doc/man/cgclear.1 new file mode 100644 index 0000000..9551cfa --- /dev/null +++ b/doc/man/cgclear.1 @@ -0,0 +1,19 @@ +.\" Copyright IBM Corporation. 2009. +.\" Written by Dhaval Giani <dhaval@linux.vnet.ibm.com>. + +.TH CGCLEAR 1 2009-10-23 "Linux" "libcgroup Manual" +.SH NAME +cgclear \- unload the cgroup filesystem + +.SH SYNOPSIS +\fBcgclear\fR + +.SH DESCRIPTION + +This command moves all the tasks inside various cgroups +to the root cgroup, deletes all the cgroups and finally +unmounts the cgroup filesystem from the system. + +.SH SEE ALSO +cgconfigparser(1) + |