diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-12-21 19:07:49 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-12-21 19:07:59 -0500 |
commit | 69d918b0928eaa4ce9584f4c31552b048d551f0d (patch) | |
tree | 20e313f83a568c119133365a4f17202242c6599e | |
parent | e213d1a3c3dd0b6a39790c2fbd46d3bcfc683c46 (diff) |
man: update the list of commands influenced by --full
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732798
-rw-r--r-- | man/systemctl.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index d454df6477..b48fc4acc7 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -174,10 +174,11 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <term><option>--full</option></term> <listitem> - <para>Do not ellipsize unit names, process tree entries, and - truncate unit descriptions in the output of - <command>list-units</command> and - <command>list-jobs</command>.</para> + <para>Do not ellipsize unit names, process tree entries, + journal output, or truncate unit descriptions in the output + of <command>status</command>, <command>list-units</command>, + <command>list-jobs</command>, and + <command>list-timers</command>.</para> </listitem> </varlistentry> |