X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.journal-fields.xml;h=2e9bc5baff5ec95e8ad7e1fb2df63835b02e6397;hp=d95cb011d91e1e4098ff095e7c4b3f564521b039;hb=0ae9c92a933869d5695396d067aa555dacbbba08;hpb=bb31a4ac1997c189a344caf554f34c6aabc71aa7 diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index d95cb011d..2e9bc5baf 100644 --- a/man/systemd.journal-fields.xml +++ b/man/systemd.journal-fields.xml @@ -212,13 +212,15 @@ _SYSTEMD_CGROUP= _SYSTEMD_SESSION= _SYSTEMD_UNIT= + _SYSTEMD_USER_UNIT= _SYSTEMD_OWNER_UID= The control group path in the systemd hierarchy, the systemd session ID (if any), - the systemd unit name (if any) + the systemd unit name (if any), + the systemd user session unit name (if any) and the owner UID of the systemd session (if any) of the process the journal entry @@ -372,13 +374,17 @@ Address Fields - During serialization into external formats the - addresses of journal entries are serialized into - fields prefixed with double underscores. Note that - these aren't proper fields when stored in the journal, - but addressing meta data of entries. They cannot be - written as part of structured log entries via calls - such as + During serialization into external formats, such + as the Journal + Export Format or the Journal + JSON Format, the addresses of journal entries + are serialized into fields prefixed with double + underscores. Note that these aren't proper fields when + stored in the journal, but addressing meta data of + entries. They cannot be written as part of structured + log entries via calls such as sd_journal_send3. They may also not be used as matches for sd_journal_add_match3 @@ -439,7 +445,8 @@ systemd1, journalctl1, journald.conf5, - sd-journal3 + sd-journal3, + systemd.directives7