X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fjournalctl.xml;h=144b54f6637da8fd0558e1631f86b1429d647b6e;hb=5b7d4c1c164d91b8c28c3dcd3921ad9863953ffa;hp=4bbc288b7a8a343679fed453df448ce5bc8eceb7;hpb=7d7681f70bc8c2140092029ccada9f75510a176b;p=elogind.git diff --git a/man/journalctl.xml b/man/journalctl.xml index 4bbc288b7..144b54f66 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -49,7 +49,9 @@ - journalctl OPTIONS MATCHES + journalctl + OPTIONS + MATCHES @@ -324,22 +326,28 @@ - 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 data only of the + Show messages for the specified user session unit. This will - add a match for - _SYSTEMD_USER_UNIT= - for the specified - unit. + 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. + @@ -431,7 +439,7 @@ - Takes an absolute + Takes a directory path as argument. If specified journalctl will operate on the specified journal directory instead of @@ -439,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). + + + @@ -473,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. + +