From: Zbigniew Jędrzejewski-Szmek Date: Thu, 28 Jan 2021 18:37:28 +0000 (+0100) Subject: man: rework description of --timestamp X-Git-Tag: v248-rc1~236^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d13f2617c967a7b4adb2bb9ed1fe78684e9bf0d6;p=thirdparty%2Fsystemd.git man: rework description of --timestamp Existing markup would be rendered improperly by groff. For #18397. --- 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 + +