diff options
author | Lukas Nykryn <lnykryn@redhat.com> | 2013-01-14 18:16:50 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-01-16 12:11:47 -0500 |
commit | 9bdbc2e2ec523dbefe1c1c7e164b5544aff0b185 (patch) | |
tree | 5a24260ea36f9984b1f03162fa4d418429d9f268 /man/systemd-cgls.xml | |
parent | logs-show: automatic cleanup (diff) | |
download | systemd-9bdbc2e2ec523dbefe1c1c7e164b5544aff0b185.tar.gz systemd-9bdbc2e2ec523dbefe1c1c7e164b5544aff0b185.tar.bz2 systemd-9bdbc2e2ec523dbefe1c1c7e164b5544aff0b185.zip |
systemctl,loginctl,cgls: do not ellipsize cgroup members when --full is specified
New file output.h with output flags and modes.
--full parameter also for cgls and loginctl.
Include 'all' parameter in flags (show_cgroup_by_path, show_cgroup,
show_cgroup_and_extra, show_cgroup_and_extra_by_spec).
get_process_cmdline with max_length == 0 will not ellipsize output.
Replace LINE_MAX with 0 in some calls of get_process_cmdline.
[zj: Default to --full when under pager for clgs.
Drop '-f' since it wasn't documented and didn't actually work.
Reindent a bit.
]
Diffstat (limited to 'man/systemd-cgls.xml')
-rw-r--r-- | man/systemd-cgls.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/systemd-cgls.xml b/man/systemd-cgls.xml index 4b6ee93b4..b280b87e6 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 |