diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-02-01 15:20:46 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-02-01 22:31:41 -0500 |
commit | e7aa3f5014d601b91c7bf8f3a20d5b5c1a0a5908 (patch) | |
tree | 551cd2d54b884cb5cbb89ff7b66d5a15fe89066d /man | |
parent | d9855d87eb18ed6f5161904c38fc19c075a7d89a (diff) |
cgls: add --user-unit to show user units
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-cgls.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/man/systemd-cgls.xml b/man/systemd-cgls.xml index 91d0c0b1bb..219514b183 100644 --- a/man/systemd-cgls.xml +++ b/man/systemd-cgls.xml @@ -57,7 +57,7 @@ <cmdsynopsis> <command>systemd-cgls</command> <arg choice="opt" rep="repeat">OPTIONS</arg> - <arg choice="plain"><option>--unit</option></arg> + <arg choice="plain"><option>--unit</option>|<option>--user-unit</option></arg> <arg choice="opt" rep="repeat">UNIT</arg> </cmdsynopsis> </refsynopsisdiv> @@ -110,6 +110,13 @@ </varlistentry> <varlistentry> + <term><option>--user-unit</option></term> + + <listitem><para>Show cgroup subtrees for the specified user units.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>-k</option></term> <listitem><para>Include kernel threads in output. |