diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-07-24 12:19:08 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-08-17 19:48:32 +0200 |
commit | b91ae210e62d7630346a9b5545dedc55c7831d95 (patch) | |
tree | 56af8e2658dd838c3c83ae06e2457f47d3428b1d /man/journalctl.xml | |
parent | analyze-security: include an actual syscall name in the message (diff) | |
download | systemd-b91ae210e62d7630346a9b5545dedc55c7831d95.tar.xz systemd-b91ae210e62d7630346a9b5545dedc55c7831d95.zip |
journal: adjust line about when the journal begins and ends
This comes up occasionally with new users. The phrase "Logs begin ..." is
ambiguous because it can be taken to mean the logs being displayed or all logs
(the intended meaning). Let's rephrase this as "Journal begins ..." to make
this clearer.
Diffstat (limited to 'man/journalctl.xml')
-rw-r--r-- | man/journalctl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index 07310d90a1..e562935eea 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -453,7 +453,7 @@ <term><option>--quiet</option></term> <listitem><para>Suppresses all informational messages - (i.e. "-- Logs begin at …", "-- Reboot --"), + (i.e. "-- Journal begins at …", "-- Reboot --"), any warning messages regarding inaccessible system journals when run as a normal user.</para></listitem> |