From a05baf9beb7c3a87b286c36553db3f5377a9d2de Mon Sep 17 00:00:00 2001 From: Dhaval Giani Date: Fri, 23 Oct 2009 16:50:03 +0530 Subject: [PATCH] libcgroup: cgclear manpage Add a manpage for cgclear Signed-off-by: Dhaval Giani Reviewed-by : Ivana Hutarova Varekova --- doc/man/Makefile.am | 2 +- doc/man/cgclear.1 | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 doc/man/cgclear.1 diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am index 3d947b4f..49665714 100644 --- a/doc/man/Makefile.am +++ b/doc/man/Makefile.am @@ -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 cgset.1 + cgrules.conf.5 cgrulesengd.8 cgcreate.1 cgset.1 cgclear.1 EXTRA_DIST = $(man_MANS) diff --git a/doc/man/cgclear.1 b/doc/man/cgclear.1 new file mode 100644 index 00000000..9551cfab --- /dev/null +++ b/doc/man/cgclear.1 @@ -0,0 +1,19 @@ +.\" Copyright IBM Corporation. 2009. +.\" Written by Dhaval Giani . + +.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) + -- 2.47.3