From d13f2617c967a7b4adb2bb9ed1fe78684e9bf0d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 28 Jan 2021 19:37:28 +0100 Subject: [PATCH] man: rework description of --timestamp Existing markup would be rendered improperly by groff. For #18397. --- man/systemctl.xml | 39 ++++++++++++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 7 deletions(-) diff --git a/man/systemctl.xml b/man/systemctl.xml index d82f956fa89..e49a12a146e 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -2274,13 +2274,38 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err - Takes one of pretty (the default), - us, µs, utc. - Changes the format of printed timestamps. - pretty: Day YYYY-MM-DD HH:MM:SS TZ - us or µs: Day YYYY-MM-DD HH:MM:SS.UUUUUU TZ - utc: Day YYYY-MM-DD HH:MM:SS UTC - us+utc or µs+utc: Day YYYY-MM-DD HH:MM:SS.UUUUUU UTC + Change the format of printed timestamps. The following values may be used: + + + + + (this is the default) + Day YYYY-MM-DD HH:MM:SS TZ + + + + + + + + Day YYYY-MM-DD HH:MM:SS.UUUUUU TZ + + + + + + + Day YYYY-MM-DD HH:MM:SS UTC + + + + + + + + Day YYYY-MM-DD HH:MM:SS.UUUUUU UTC + + -- 2.47.3