summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvana Hutarova Varekova <varekova@redhat.com>2009-11-12 13:51:25 +0100
committerDhaval Giani <dhaval@linux.vnet.ibm.com>2009-11-13 16:21:28 +0530
commit5dfd5d40b68febd5376e6823021e4b376de77efc (patch)
treef340d4f0ccea02ffe45809391e4296b8ab4a6808
parentaf926428555f0e827496a1a38ade18a97add7636 (diff)
downloadlibcg-5dfd5d40b68febd5376e6823021e4b376de77efc.tar.gz
libcg-5dfd5d40b68febd5376e6823021e4b376de77efc.tar.xz
libcg-5dfd5d40b68febd5376e6823021e4b376de77efc.zip
man page for lssubsys tool
This patch adds the man page for lssubsys tool Signed-off-by: Ivana Hutarova Varekova <varekova@redhat.com> Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com>
-rw-r--r--doc/man/lssubsys.135
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/man/lssubsys.1 b/doc/man/lssubsys.1
new file mode 100644
index 0000000..9ea97d6
--- /dev/null
+++ b/doc/man/lssubsys.1
@@ -0,0 +1,35 @@
+.\" Copyright (C) 2009 Red Hat, Inc. All Rights Reserved.
+.\" Written by Ivana Hutarova Varekova <varekova@redhat.com>
+
+.TH LSSUBSYS 1 2009-11-05 "Linux" "libcgroup Manual"
+.SH NAME
+
+lssubsys \- list hierarchies containing given subsystem
+
+.SH SYNOPSIS
+\fBlssubsys\fR [\fB-m|--mount-points\fR] [\fIcontroller\fR] [...]
+.br
+\fBlssubsys\fR [\fB-h|--help\fR]
+
+.SH DESCRIPTION
+
+The command list hierarchies containing all subsystems
+or only given subsystem(s).
+
+.TP
+.B controller
+defines subsystem which hierarchy will be shown.
+If this parameter is not used then the command
+list all subsystems which are present.
+
+.TP
+.B -m, --mount-points
+Display mount points.
+
+.TP
+.B -h, --help
+Display help and exit.
+
+.SH SEE ALSO
+lscgroup (1), cgcreate (1), cgdelete (1),
+cgconfig.conf(5) \ No newline at end of file