]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: add reference to journald man page from systemd.journal-fields(7)
authorLennart Poettering <lennart@poettering.net>
Wed, 27 Nov 2019 20:29:32 +0000 (21:29 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 28 Nov 2019 13:33:01 +0000 (14:33 +0100)
We had none so far. Which is weird.

man/systemd.journal-fields.xml

index c11ec050e5ae9323bf42a8c24bd8b6527f31ecf7..79a9a0671b462b481bc36625fbe4d59fa683098f 100644 (file)
   <refsect1>
     <title>Description</title>
 
-    <para>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.</para>
+    <para>Entries in the journal (as written by
+    <citerefentry><refentrytitle>systemd-journald.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>)
+    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.</para>
   </refsect1>
 
   <refsect1>
       <title>See Also</title>
       <para>
         <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
+        <citerefentry><refentrytitle>systemd-journald.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
         <citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
         <citerefentry><refentrytitle>journald.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
         <citerefentry><refentrytitle>sd-journal</refentrytitle><manvolnum>3</manvolnum></citerefentry>,