]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
This is my proposal of cgconfigparser man page. I've used some of some parts
authorBalbir Singh <balbir@linux.vnet.ibm.com>
Tue, 17 Feb 2009 11:18:48 +0000 (11:18 +0000)
committerBalbir Singh <balbir@linux.vnet.ibm.com>
Tue, 17 Feb 2009 11:18:48 +0000 (11:18 +0000)
of present documentation of libcg - again.

Signed-off-by: Ivana Varekova <varekova@redhat.com>
Signed-off-by: Balbir Singh <balbir@linux.vnet.ibm.com>
git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@333 4f4bb910-9a46-0410-90c8-c897d4f1cd53

doc/man/cgconfigparser.8 [new file with mode: 0644]

diff --git a/doc/man/cgconfigparser.8 b/doc/man/cgconfigparser.8
new file mode 100644 (file)
index 0000000..bb3a21a
--- /dev/null
@@ -0,0 +1,31 @@
+.\" Copyright (C) 2006 Red Hat, Inc. All Rights Reserved.
+.\" Written by Ivana Varekova <varekova@redhat.com>.
+
+.TH CGCONFIGPARSER  8 2009-03-16 "Linux" "libcg Manual"
+.SH NAME
+
+cgconfigparser \- setup control group file system
+
+.SH SYNOPSIS
+\fBcgconfigparser\fR [\fB-h\fR | \fB-l\fR \fI<filename>\fR]
+
+.SH OPTIONS
+.TP
+.B -h|--help
+Displays help.
+.TP
+.B -l, --load=FILE
+Parses the control groups configuration file
+Sets up the control group file system
+defined by the configuration file and mount
+mounts points described by the configuration file.
+The format of the file is described in
+\fBcgconfig.conf\fR.
+.LP
+
+.SH SEE ALSO
+cgconfig.conf (5)
+
+
+
+