X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fjournalctl.xml;h=3786fdf51491f476a4b876adb55272ecbb141bbb;hb=1ca6783f5ea3755bd83e723f529c2eda512c7fed;hp=50c915d59002054361b4172433853a74bbb0a61e;hpb=1705594f597ed12f38bee309b3fdb3f691e2021b;p=elogind.git diff --git a/man/journalctl.xml b/man/journalctl.xml index 50c915d59..3786fdf51 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -193,6 +193,7 @@ export, json, json-pretty, + json-sse, cat. short is the default and generates an output that is mostly identical to the @@ -219,7 +220,12 @@ structures, but formats them in multiple lines in order to make them more readable for - humans. cat + humans. json-sse + also formats entries as JSON data + structures, but wraps them in a format + suitable for Server-Sent + Events. cat generates a very terse output only showing the actual message of each journal entry with no meta data, not @@ -254,6 +260,46 @@ current boot. + + + + + Start showing entries + from the location in the journal + specified by the passed + cursor. + + + + + + + Start showing entries + newer or of the specified date, + resp. older or of the specified + date. Date specifications should be of + the format "2012-10-30 18:17:16". If + the time part is omitted, 00:00:00 is + assumed. If only the seconds component + is omitted, :00 is assumed. If the + date component is ommitted, the + current day is assumed. Alternatively + the strings + yesterday, + today, + tomorrow are + understood, which refer to 00:00:00 of + the day before the current day, the + current day, resp the day after the + current day. now + refers to the current time. Finally, + relative times may be specified, + prefixed with - or + +, referring to + times before resp. after the current + time. + +