From: Lennart Poettering Date: Wed, 27 Nov 2019 20:29:32 +0000 (+0100) Subject: man: add reference to journald man page from systemd.journal-fields(7) X-Git-Tag: v244~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a5bd9f7e024d37fe477f34315aab015fad97d25;p=thirdparty%2Fsystemd.git man: add reference to journald man page from systemd.journal-fields(7) We had none so far. Which is weird. --- diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index c11ec050e5a..79a9a0671b4 100644 --- a/man/systemd.journal-fields.xml +++ b/man/systemd.journal-fields.xml @@ -23,14 +23,13 @@ Description - Entries in the journal resemble an environment block in - their syntax but with fields that can include binary data. - Primarily, fields are formatted 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. In some cases, fields may - appear more than once per entry. + Entries in the journal (as written by + systemd-journald.service8) + resemble a UNIX process environment block in syntax but with fields that may include binary data. + Primarily, fields are formatted UTF-8 text strings, and binary encoding 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 meanings. All fields with special meanings are optional. In some cases, fields may appear + more than once per entry. @@ -542,6 +541,7 @@ See Also systemd1, + systemd-journald.service8, journalctl1, journald.conf5, sd-journal3,