This patch adds cgset man page - it includes Makefile changes Signed-off-by: Ivana Varekova <[email protected]> ---
doc/man/Makefile.am | 2 +- doc/man/cgset.1 | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletions(-) create mode 100644 doc/man/cgset.1 diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am index c535302..3d947b4 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 + cgrules.conf.5 cgrulesengd.8 cgcreate.1 cgset.1 EXTRA_DIST = $(man_MANS) diff --git a/doc/man/cgset.1 b/doc/man/cgset.1 new file mode 100644 index 0000000..8d6c647 --- /dev/null +++ b/doc/man/cgset.1 @@ -0,0 +1,27 @@ +.\" Copyright (C) 2009 Red Hat, Inc. All Rights Reserved. +.\" Written by Ivana Hutarova Varekova <[email protected]> + +.TH CGSET 1 2009-03-15 "Linux" "libcgroup Manual" +.SH NAME + +cgset \- set the parameters of given cgroup(s) + +.SH SYNOPSIS +\fBcgset\fR [\fB-r\fR <\fIname=value\fR>] <\fBpath\fR> ... + +.SH DESCRIPTION +The command set the parameters of input cgroup(s). + +.TP +.B <path> +is the ame of the cgroup which should be changed. +This parameter can be used multiple times. + +.TP +.B -r <name=value> +defines name of the file to set and +the value which should be written to that file. +This parameter can be used multiple times. + +.SH SEE ALSO +cgsules.conf (1), cgcreate (1) \ No newline at end of file ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ Libcg-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libcg-devel
