diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-02-02 11:45:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-02 11:45:51 +0100 |
commit | b415174d8e0be2f156d4ec22f3c095feae2a5362 (patch) | |
tree | 873b038789bc62b5465057e96599d905538dfaa0 /man | |
parent | f7dda6c625c7b12a1d4635a679e442250a0f69f0 (diff) | |
parent | 256c1eba6b9eb31e2e9aa5cf82ed38eb441a6a51 (diff) |
Merge pull request #5202 from keszybz/cgls-units
systemd-cgls --unit --user-unit
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-cgls.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/man/systemd-cgls.xml b/man/systemd-cgls.xml index e8f0368f48..219514b183 100644 --- a/man/systemd-cgls.xml +++ b/man/systemd-cgls.xml @@ -54,6 +54,12 @@ <arg choice="opt" rep="repeat">OPTIONS</arg> <arg choice="opt" rep="repeat">CGROUP</arg> </cmdsynopsis> + <cmdsynopsis> + <command>systemd-cgls</command> + <arg choice="opt" rep="repeat">OPTIONS</arg> + <arg choice="plain"><option>--unit</option>|<option>--user-unit</option></arg> + <arg choice="opt" rep="repeat">UNIT</arg> + </cmdsynopsis> </refsynopsisdiv> <refsect1> @@ -96,6 +102,21 @@ </varlistentry> <varlistentry> + <term><option>-u</option></term> + <term><option>--unit</option></term> + + <listitem><para>Show cgroup subtrees for the specified units.</para> + </listitem> + </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. |