From 6365861def7e6e0aef93e4a44637468c5c7ebc51 Mon Sep 17 00:00:00 2001 From: Balbir Singh Date: Tue, 17 Feb 2009 11:18:48 +0000 Subject: This is my proposal of cgconfigparser man page. I've used some of some parts of present documentation of libcg - again. Signed-off-by: Ivana Varekova Signed-off-by: Balbir Singh git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@333 4f4bb910-9a46-0410-90c8-c897d4f1cd53 --- doc/man/cgconfigparser.8 | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 doc/man/cgconfigparser.8 diff --git a/doc/man/cgconfigparser.8 b/doc/man/cgconfigparser.8 new file mode 100644 index 0000000..bb3a21a --- /dev/null +++ b/doc/man/cgconfigparser.8 @@ -0,0 +1,31 @@ +.\" Copyright (C) 2006 Red Hat, Inc. All Rights Reserved. +.\" Written by Ivana Varekova . + +.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\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) + + + + -- cgit