]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
Added CGROUP_LOGLEVEL to man pages + fixed the style of 'FILES' section
authorPeter Schiffer <pschiffe@redhat.com>
Tue, 2 Apr 2013 08:57:02 +0000 (10:57 +0200)
committerIvana Hutarova Varekova <varekova@redhat.com>
Tue, 2 Apr 2013 08:57:02 +0000 (10:57 +0200)
where appropriate.

Signed-off-by: Peter Schiffer <pschiffe@redhat.com>
Acked-by: Ivana Hutarova Varekova <varekova@redhat.com>
12 files changed:
doc/man/cgclassify.1
doc/man/cgclear.1
doc/man/cgconfigparser.8
doc/man/cgcreate.1
doc/man/cgdelete.1
doc/man/cgexec.1
doc/man/cgget.1
doc/man/cgrulesengd.8
doc/man/cgset.1
doc/man/cgsnapshot.1
doc/man/lscgroup.1
doc/man/lssubsys.1

index 982fc53f103117586f87c684330d02b8c7b38e73..db4e0863a35b3dc1a59069e60e4c6798e2b18ac3 100644 (file)
@@ -47,12 +47,15 @@ If this option is used, the daemon of service cgred (cgrulesengd process)
 can automatically change both the specified \fBpidlist\fR and their child
 tasks to the right cgroup based on \fB/etc/cgrules.conf\fR.
 
+.SH ENVIRONMENT VARIABLES
+.TP
+.B CGROUP_LOGLEVEL
+controls verbosity of the tool. Allowed values are \fBDEBUG\fR,
+\fBINFO\fR, \fBWARNING\fR or \fBERROR\fR.
+
 .SH FILES
-.LP
-.PD .1v
-.TP 20
-.B /etc/cgrules.conf
 .TP
+.B /etc/cgrules.conf
 default libcgroup configuration file
 
 
index 0a3ed912480f7cbda8510c4a78de1bc984daf377..318c9254657c1d321575007901b54d490e9c255b 100644 (file)
@@ -37,5 +37,11 @@ specifies that only empty groups should be removed. If a group defined in a
 config file has tasks inside or has a subgroup, it won't be removed. This
 option works only with \fB-l\fR or \fB-L\fR options.
 
+.SH ENVIRONMENT VARIABLES
+.TP
+.B CGROUP_LOGLEVEL
+controls verbosity of the tool. Allowed values are \fBDEBUG\fR,
+\fBINFO\fR, \fBWARNING\fR or \fBERROR\fR.
+
 .SH SEE ALSO
 cgconfigparser(1)
index 53ab6268816b378cfcd6f9b84c16360f5c32937d..0a20f958fa7c6e8f7c0b3e57c91e34bc1dfc61a3 100644 (file)
@@ -68,5 +68,11 @@ of this group have write access to the file.
 
 .LP
 
+.SH ENVIRONMENT VARIABLES
+.TP
+.B CGROUP_LOGLEVEL
+controls verbosity of the tool. Allowed values are \fBDEBUG\fR,
+\fBINFO\fR, \fBWARNING\fR or \fBERROR\fR.
+
 .SH SEE ALSO
 cgconfig.conf (5)
index 3e8fe227654afa3f2b60b38b0a92859073b65231..70680736fe9d21ee495297b77799d3fe9ab32e74 100644 (file)
@@ -63,6 +63,11 @@ file of the defined control group. I.e. this user and members
 of this group have write access to the file.
 The default value is the same as has the parent cgroup.
 
+.SH ENVIRONMENT VARIABLES
+.TP
+.B CGROUP_LOGLEVEL
+controls verbosity of the tool. Allowed values are \fBDEBUG\fR,
+\fBINFO\fR, \fBWARNING\fR or \fBERROR\fR.
 
 .SH FILES
 
index 5fde2eee0e40fa17690d901ec4080d15a1295261..025a799e97534a0627dbac6f0c30f22893d217f7 100644 (file)
@@ -29,5 +29,11 @@ Display this help and exit.
 .B -r, --recursive
 Recursively remove all subgroups.
 
+.SH ENVIRONMENT VARIABLES
+.TP
+.B CGROUP_LOGLEVEL
+controls verbosity of the tool. Allowed values are \fBDEBUG\fR,
+\fBINFO\fR, \fBWARNING\fR or \fBERROR\fR.
+
 .SH SEE ALSO
 cgcreate (1), lscgroup (1), cgclear (1)
index 3834a02e74bef471a3335bc74aaf61b633a0f643..cacbd3a03c80cd7126b95fc3656034deb684e1c0 100644 (file)
@@ -81,12 +81,15 @@ runs command \fBls -l\fR in control group test1
 in controllers cpu and memory and control group 
 test2 in controller swap.
 
+.SH ENVIRONMENT VARIABLES
+.TP
+.B CGROUP_LOGLEVEL
+controls verbosity of the tool. Allowed values are \fBDEBUG\fR,
+\fBINFO\fR, \fBWARNING\fR or \fBERROR\fR.
+
 .SH FILES
-.LP
-.PD .1v
-.TP 20
-.B /etc/cgrules.conf
 .TP
+.B /etc/cgrules.conf
 default libcgroup configuration file
 
 .SH SEE ALSO
index 5164b1a566170c18e94edfc3c5fced089784dcc1..744a3296eb2bb654b4a0acfe2faa123aeeae6a7e 100644 (file)
@@ -85,6 +85,12 @@ cpu.shares=1024
 
 .fi
 
+.SH ENVIRONMENT VARIABLES
+.TP
+.B CGROUP_LOGLEVEL
+controls verbosity of the tool. Allowed values are \fBDEBUG\fR,
+\fBINFO\fR, \fBWARNING\fR or \fBERROR\fR.
+
 .SH SEE ALSO
 cgrules.conf (1), cgcreate (1), cgget (1)
 
index 69be57f15ab00f760aa0458ebd8ccba53d5897bf..9566c233f0898249567e2081ed5015438d1687b7 100644 (file)
@@ -56,6 +56,13 @@ write them to the standard output.
 .B -g <group>|--socket-group=<group>
 Set the owner of cgrulesengd socket. Assumes that \fBcgexec\fR runs with proper
 suid permissions so it can write to the socket when \fBcgexec\fR --sticky is used.
+
+.SH ENVIRONMENT VARIABLES
+.TP
+.B CGROUP_LOGLEVEL
+controls verbosity of the tool. Allowed values are \fBDEBUG\fR,
+\fBINFO\fR, \fBWARNING\fR or \fBERROR\fR.
+
 .SH FILES
 .LP
 .PD .1v
index 41abc30cf70b3ed0122d56021b9d8ea0596bed62..be886c67a20b7118bd2b1580f24dfc3a577fe152 100644 (file)
@@ -30,5 +30,11 @@ This parameter can be used multiple times.
 defines the name of the cgroup whose parameters will be
 copied to the input cgroup.
 
+.SH ENVIRONMENT VARIABLES
+.TP
+.B CGROUP_LOGLEVEL
+controls verbosity of the tool. Allowed values are \fBDEBUG\fR,
+\fBINFO\fR, \fBWARNING\fR or \fBERROR\fR.
+
 .SH SEE ALSO
 cgrules.conf (1), cgcreate (1), cgget (1)
index 228ba7a4e48f693aa55b18680c661cd69020ffc6..03c85f6aff2c3d2f1858f2feee0087812e8fc797 100644 (file)
@@ -77,6 +77,12 @@ not displayed.
 defines the controller whose hierarchies will be
 output
 
+.SH ENVIRONMENT VARIABLES
+.TP
+.B CGROUP_LOGLEVEL
+controls verbosity of the tool. Allowed values are \fBDEBUG\fR,
+\fBINFO\fR, \fBWARNING\fR or \fBERROR\fR.
+
 .SH FILES
 .TP
 .B /etc/cgsnapshot_blacklist.conf
index 005f6a736949796b2f687b7afbdbba1e9f7470e8..693fbbcfcd823350dbe220e86c01e4e6fc3cd1e0 100644 (file)
@@ -20,6 +20,12 @@ defines the control groups whose subgroups will be shown.
 If this parameter is not used, the command will
 list all existing cgroups.
 
+.SH ENVIRONMENT VARIABLES
+.TP
+.B CGROUP_LOGLEVEL
+controls verbosity of the tool. Allowed values are \fBDEBUG\fR,
+\fBINFO\fR, \fBWARNING\fR or \fBERROR\fR.
+
 .SH SEE ALSO
 lssubsys (1), cgcreate (1), cgdelete (1),
-cgconfig.conf (5)
\ No newline at end of file
+cgconfig.conf (5)
index 30ced29c87ed91756bd6fbf3b76dc68627113e15..790c627154c67ec73dedef67d51ba250f43e5459 100644 (file)
@@ -85,8 +85,13 @@ freezer /cgroup/freezer
 net_cls /cgroup/net_cls
 .fi
 
+.SH ENVIRONMENT VARIABLES
+.TP
+.B CGROUP_LOGLEVEL
+controls verbosity of the tool. Allowed values are \fBDEBUG\fR,
+\fBINFO\fR, \fBWARNING\fR or \fBERROR\fR.
 
 .RE
 .SH SEE ALSO
 lscgroup (1), cgcreate (1), cgdelete (1),
-cgconfig.conf (5)
\ No newline at end of file
+cgconfig.conf (5)