X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.journal-fields.xml;h=fd0beb968f66abd9c5ffb3cac3a64550503f99f3;hb=a8eedf4953d379dc09ee2b04e69a0a54ba247a02;hp=99b1caab9bd7c7a6a93325634f4cc547f7622a39;hpb=5430f7f2bc7330f3088b894166bf3524a067e3d8;p=elogind.git diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index 99b1caab9..fd0beb968 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. @@ -74,9 +75,11 @@ message string for this entry. This is supposed to be the primary text shown to the - user. It is not translated, - and is not supposed to be - parsed for meta data. + user. It is usually not + translated (but might be in + some cases), and is not + supposed to be parsed for meta + data. @@ -281,8 +284,8 @@ journal protocol, for the those read from a services' standard output or error - output, resp. for those read - from the kernel. + output, and for those read + from the kernel, resp. @@ -353,7 +356,8 @@ systemd1, journalctl1, - journald.conf5 + journald.conf5, + sd-journal7