]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: journalctl: expand description of --all
authorLucas Werkmeister <mail@lucaswerkmeister.de>
Thu, 25 Oct 2018 21:34:05 +0000 (23:34 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 26 Oct 2018 07:59:39 +0000 (09:59 +0200)
In the default journalctl output, unprintable entries are abbreviated as
“[<amount> blob data]”; using the same term in the documentation helps
users to quickly discover the option they need to add in order to see
those entries.

man/journalctl.xml

index 5102dcdd39f76c4c6588abb30a409ab39bfdc90f..7c1b094ee0c36a4c74366669c720dbdb12c8cf5d 100644 (file)
           <term><option>-a</option></term>
           <term><option>--all</option></term>
 
-          <listitem><para>Show all fields in full, even if they
-          include unprintable characters or are very
-          long.</para></listitem>
+          <listitem><para>Show all fields 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>
 
         <varlistentry>