]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
man page for lscgroup tool
authorIvana Hutarova Varekova <varekova@redhat.com>
Mon, 9 Nov 2009 13:13:58 +0000 (14:13 +0100)
committerDhaval Giani <dhaval@linux.vnet.ibm.com>
Tue, 10 Nov 2009 19:12:06 +0000 (00:42 +0530)
This patch adds the man page for lscgroup tool

Signed-off-by: Ivana Hutarova Varekova <varekova@redhat.com>
Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com>
doc/man/lscgroup.1 [new file with mode: 0644]

diff --git a/doc/man/lscgroup.1 b/doc/man/lscgroup.1
new file mode 100644 (file)
index 0000000..d38d0f8
--- /dev/null
@@ -0,0 +1,25 @@
+.\" Copyright (C) 2009 Red Hat, Inc. All Rights Reserved.
+.\" Written by Ivana Hutarova Varekova <varekova@redhat.com>
+
+.TH LSCGROUP  1 2009-11-05 "Linux" "libcgroup Manual"
+.SH NAME
+
+lscgroup \- list all cgroups
+
+.SH SYNOPSIS
+\fBlscgroup\fR [<\fIcontrollers>:<path\fR>] [...]
+.br
+\fBlscgroup\fR [\fB-h|--help\fR]
+
+.SH DESCRIPTION
+The command list all/chosen cgroups.
+
+.TP
+.B <controllers>:<path>
+defines control groups which subgroups will be shown.
+If this parameter is not used then the command
+list all cgroups which are present.
+
+.SH SEE ALSO
+lssubsys (1), cgcreate (1), cgdelete (1),
+cgconfig.conf(5)
\ No newline at end of file