X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fjournalctl.xml;h=144b54f6637da8fd0558e1631f86b1429d647b6e;hb=5b7d4c1c164d91b8c28c3dcd3921ad9863953ffa;hp=d8f8f689295843e1ec77d659d45e7e2aff849c26;hpb=ccc9a4f9ffdab069b0b785627c48962fdadf6d46;p=elogind.git diff --git a/man/journalctl.xml b/man/journalctl.xml index d8f8f6892..144b54f66 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -49,7 +49,9 @@ - journalctl OPTIONS MATCHES + journalctl + OPTIONS + MATCHES @@ -114,8 +116,8 @@ - + Prints a short help text and exits. @@ -143,8 +145,8 @@ - + Show all fields in full, even if they include unprintable @@ -153,8 +155,8 @@ - + Show only the most recent journal entries, and continuously print @@ -163,8 +165,26 @@ - + + + + Immediately jump to + the end of the journal inside the + implied pager tool. This implies + to guarantee + that the pager won't buffer logs of + unbounded size. This may be overridden + with an explicit + with some other numeric value on the + command line. Note that this option is + only supported for the + less1 + pager. + + + + Show the most recent journal events and limit the number of @@ -185,8 +205,16 @@ - + + + + Reverse output, so the newest + entries are displayed first. + + + + Controls the formatting of the journal entries that @@ -240,8 +268,8 @@ - + Augment log lines with explanation texts from the message @@ -264,8 +292,8 @@ - + Suppresses any warning message regarding inaccessible system @@ -274,8 +302,8 @@ - + Show entries interleaved from all available @@ -284,8 +312,8 @@ - + Show data only from current boot. This will add a match @@ -295,14 +323,31 @@ - + - Show data only of the - specified unit. This will add a match - for _SYSTEMD_UNIT= - for the specified - unit. + Show messages for the + specified systemd unit. This will add + a match for messages from the unit + (_SYSTEMD_UNIT=) + and additional matches for messages + from systemd and messages about + coredumps for the specified unit. + + + + + + + Show messages for the + specified user session unit. This will + add a match for messages from the unit + (_SYSTEMD_USER_UNIT= + and _UID=) and + additional matches for messages from + session systemd and messages about + coredumps for the specified unit. + @@ -341,8 +386,8 @@ - + Start showing entries from the location in the journal @@ -381,8 +426,8 @@ - + Print all possible data values the specified field can @@ -391,10 +436,10 @@ - + - Takes an absolute + Takes a directory path as argument. If specified journalctl will operate on the specified journal directory instead of @@ -402,6 +447,20 @@ paths. + + + + Takes a directory path + as argument. If specified journalctl + will operate on catalog file hierarchy + underneath the specified directory + instead of the root directory + (e.g. + will create + ROOT/var/lib/systemd/catalog/database). + + + @@ -436,12 +495,39 @@ - + List the contents of the message catalog, as table of message IDs plus their short - description strings. + description strings. + + If any + ID128s are + specified, only those entries are shown. + + + + + + + + Show the contents of + the message catalog, with entries + separated by a line consisting of two + dashes and the id (the format is the + same as .catalog + files. + + If any + ID128s are + specified, only those entries are shown. + +