summaryrefslogtreecommitdiff
path: root/man/systemctl.xml
diff options
context:
space:
mode:
authorLucas Werkmeister <mail@lucaswerkmeister.de>2019-01-05 15:41:31 +0100
committerLennart Poettering <lennart@poettering.net>2019-01-06 14:03:16 +0100
commit4fa226ff3b875bf353f0e9131835da271ecae04f (patch)
treeeb2e464078d5ba353e53a9f6c89d72eb10eac3fb /man/systemctl.xml
parentf1028f576664744ecc6f9fbb3707879ebf679659 (diff)
downloadsystemd-4fa226ff3b875bf353f0e9131835da271ecae04f.tar.gz
man: systemctl: document effect of --all on journal output
Based on the journalctl documentation of this option added in 23ad99b519 (#10527), but with the first reference to “fields” replaced by “journal messages”, since I think it’s less common to show other fields with `systemctl status` (though it’s possible with the `-o` option).
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r--man/systemctl.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml
index b9077c55a1..08aacd8f41 100644
--- a/man/systemctl.xml
+++ b/man/systemctl.xml
@@ -136,6 +136,10 @@
<para>When listing units with <command>list-dependencies</command>, recursively show
dependencies of all dependent units (by default only dependencies of target units are
shown).</para>
+
+ <para>When used with <command>status</command>, show journal messages in full, even if they include
+ unprintable characters or are very long. By default, fields with unprintable characters are
+ abbreviated as "blob data". (Note that the pager may escape unprintable characters again.)</para>
</listitem>
</varlistentry>