diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/loginctl.xml | 7 | ||||
-rw-r--r-- | man/systemctl.xml | 2 | ||||
-rw-r--r-- | man/systemd-cgls.xml | 8 |
3 files changed, 16 insertions, 1 deletions
diff --git a/man/loginctl.xml b/man/loginctl.xml index 5dbc1f6967..8a20d18cfa 100644 --- a/man/loginctl.xml +++ b/man/loginctl.xml @@ -110,6 +110,13 @@ set or not.</para></listitem> </varlistentry> + <varlistentry> + <term><option>--full</option></term> + + <listitem><para>Do not ellipsize cgroup + members.</para> + </listitem> + </varlistentry> <varlistentry> <term><option>--no-pager</option></term> diff --git a/man/systemctl.xml b/man/systemctl.xml index 2f33e0c9e2..48c5a1c738 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -156,7 +156,7 @@ <term><option>--full</option></term> <listitem><para>Do not ellipsize unit - names and truncate unit descriptions + names, cgroup members, and truncate unit descriptions in the output of <command>list-units</command> and <command>list-jobs</command>.</para></listitem> diff --git a/man/systemd-cgls.xml b/man/systemd-cgls.xml index 4b6ee93b4e..b280b87e6d 100644 --- a/man/systemd-cgls.xml +++ b/man/systemd-cgls.xml @@ -111,6 +111,14 @@ </varlistentry> <varlistentry> + <term><option>--full</option></term> + + <listitem><para>Do not ellipsize cgroup + members.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>-k</option></term> <listitem><para>Include kernel |