From bf83c6707e27434fd73a55fb91686bc3ac19e959 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=D0=BD=D0=B0=D0=B1?= Date: Fri, 8 Sep 2023 17:30:17 +0200 Subject: [PATCH] journalctl.1: move --truncate-newline to the options instead of the -o values list --- man/journalctl.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/man/journalctl.xml b/man/journalctl.xml index df79e6d6e2..9054cc8ded 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -480,15 +480,6 @@ - - - - Truncate each log message at the first newline character on output, so that only the - first line of each message is displayed. - - - - is very similar, but shows classic syslog timestamps with full microsecond @@ -613,6 +604,15 @@ + + + + Truncate each log message at the first newline character on output, so that only the + first line of each message is displayed. + + + + -- 2.25.1