X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.journal-fields.xml;h=6a9fd9d85cdaf80efefd08fbf732fc0c14db6dec;hb=19125c205aa6084c225b5c11cc6dcbe18c6dbcc0;hp=518c0fc05939fe50242ed5a5042714fba0e51e93;hpb=33ba4c4b0e9d6a7f8a73647f130aabd5b3c6bc29;p=elogind.git diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index 518c0fc05..6a9fd9d85 100644 --- a/man/systemd.journal-fields.xml +++ b/man/systemd.journal-fields.xml @@ -53,11 +53,12 @@ Entries in the journal resemble an environment block in their syntax, however with fields that can include binary data. Primarily, fields are formatted - ASCII strings, and binary formatting is used only - where formatting as ASCII makes little sense. New - fields may be freely defined by applications, but a - few fields have special meaning. All fields with - special meaning are optional. + UTF-8 text strings, and binary formatting is used only + where formatting as UTF-8 text strings makes little + sense. New fields may freely be defined by + applications, but a few fields have special + meaning. All fields with special meanings are + optional. @@ -298,7 +299,12 @@ 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. + 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 @@ -355,7 +361,8 @@ systemd1, journalctl1, - journald.conf5 + journald.conf5, + sd-journal3