Add a manpage for cgclear
Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com>
Reviewed-by : Ivana Hutarova Varekova <varekova@redhat.com>
man_MANS = cgclassify.1 cgconfig.conf.5 cgconfigparser.8 cgexec.1 cgred.conf.5 \
- cgrules.conf.5 cgrulesengd.8 cgcreate.1 cgset.1
+ cgrules.conf.5 cgrulesengd.8 cgcreate.1 cgset.1 cgclear.1
EXTRA_DIST = $(man_MANS)
--- /dev/null
+.\" 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)
+