diff options
author | mulkieran <mulkieran@users.noreply.github.com> | 2016-04-18 13:38:58 -0400 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-04-18 19:38:58 +0200 |
commit | 9218e2ec22998b3e14d965fc38449d76641e140e (patch) | |
tree | e8ec3c4f37a0e095b2e19f3778708fc70f830738 | |
parent | 565754a37efb12916375c68748eefd357aceaeca (diff) |
Master minutes (#3060)
* man: change time unit specifier for minutes to "m", not "min".
To alert the reader to the fact that the ambiguous prefix "m" will be
interpreted as minutes, not months.
* man: change 'journal files' to 'archived journal files'.
So that the user may be reminded why they see log entries in the journal
from a time previous to the one they specified when using --vacuum-time.
-rw-r--r-- | man/journalctl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index b281f26b45..7a634879cc 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -673,9 +673,9 @@ space they use falls below the specified size (specified with the usual <literal>K</literal>, <literal>M</literal>, <literal>G</literal> and <literal>T</literal> suffixes), or all - journal files contain no data older than the specified + archived journal files contain no data older than the specified timespan (specified with the usual <literal>s</literal>, - <literal>min</literal>, <literal>h</literal>, + <literal>m</literal>, <literal>h</literal>, <literal>days</literal>, <literal>months</literal>, <literal>weeks</literal> and <literal>years</literal> suffixes), or no more than the specified number of separate journal files |