diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-08-04 09:04:20 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-08-20 21:18:43 -0400 |
commit | f02d836794d519e717e51d81501557da55915ce2 (patch) | |
tree | 4483667aa603eb5f547971443e48ffdd28b0a843 /man | |
parent | c51cf05646a11c65daf65c1123c77efb068f4f7b (diff) |
logs-show: add short-precise mode with us timestamps
Also, always show us timestamps in verbose mode.
https://bugzilla.redhat.com/show_bug.cgi?id=991678
Diffstat (limited to 'man')
-rw-r--r-- | man/journalctl.xml | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index dcc6d5dce9..8680e53285 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -253,12 +253,11 @@ <varlistentry> <term> - <option>short-monotonic</option> + <option>short-iso</option> </term> <listitem> - <para>is very similar - but shows monotonic - timestamps instead of + <para>is very similar, + but shows ISO 8601 wallclock timestamps. </para> </listitem> @@ -266,11 +265,25 @@ <varlistentry> <term> - <option>short-iso</option> + <option>short-precise</option> </term> <listitem> <para>is very similar, - but shows ISO 8601 + but shows timestamps + with full microsecond + precision. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> + <option>short-monotonic</option> + </term> + <listitem> + <para>is very similar + but shows monotonic + timestamps instead of wallclock timestamps. </para> </listitem> |