From: Zbigniew Jędrzejewski-Szmek Date: Fri, 4 Mar 2022 15:39:34 +0000 (+0100) Subject: journalctl: advertise --header a bit more X-Git-Tag: v251-rc1~203^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F22663%2Fhead;p=thirdparty%2Fsystemd.git journalctl: advertise --header a bit more Fixes #2738. --- diff --git a/man/journalctl.xml b/man/journalctl.xml index 9e784f3d3c5..424acc9f163 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -85,10 +85,10 @@ , , etc., to further limit what entries will be shown (logical AND). - Output is interleaved from all accessible journal files, - whether they are rotated or currently being written, and - regardless of whether they belong to the system itself or are - accessible user journals. + Output is interleaved from all accessible journal files, whether they are rotated or currently + being written, and regardless of whether they belong to the system itself or are accessible user + journals. The option can be used to identify which files + are being shown. The set of journal files which will be used can be modified using the , @@ -794,9 +794,11 @@ - Instead of showing journal contents, show - internal header information of the journal fields - accessed. + Instead of showing journal contents, show internal header information of the journal + fields accessed. + + This option is particularly useful when trying to identify out-of-order journal entries, as + happens for example when the machine is booted with the wrong system time.