]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: link up new journal protocol docs 19254/head
authorLennart Poettering <lennart@poettering.net>
Thu, 8 Apr 2021 20:14:57 +0000 (22:14 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 8 Apr 2021 20:16:58 +0000 (22:16 +0200)
man/sd_journal_print.xml
man/systemd-journald.service.xml

index 68a4a0a5c0e4b6afa9ad7523daba8d1b7dc22bc4..f7a70e9b0f836dc91b474d6b0626578abeaf1cc5 100644 (file)
@@ -218,6 +218,9 @@ sd_journal_send("MESSAGE=Hello World, this is PID %lu!", (unsigned long) getpid(
     <function>sd_journal_send()</function>. Using
     <function>syslog()</function> has the benefit of being
     more portable.</para>
+
+    <para>These functions implement a client to the <ulink
+    url="https://systemd.io/JOURNAL_NATIVE_PROTOCOL">Native Journal Protocol</ulink>.</para>
   </refsect1>
 
   <refsect1>
index 35cfbde86c8b94e728657ad7f8aa3f64c6e5b5cc..875393b4081cf6c68783a1246e27cc00a9e7bfac 100644 (file)
       project='man-pages'><refentrytitle>syslog</refentrytitle><manvolnum>3</manvolnum></citerefentry>
       call</para></listitem>
 
-      <listitem><para>Structured system log messages via the native
-      Journal API, see
-      <citerefentry><refentrytitle>sd_journal_print</refentrytitle><manvolnum>3</manvolnum></citerefentry></para></listitem>
+      <listitem><para>Structured system log messages via the native Journal API, see
+      <citerefentry><refentrytitle>sd_journal_print</refentrytitle><manvolnum>3</manvolnum></citerefentry>
+      and <ulink url="https://systemd.io/JOURNAL_NATIVE_PROTOCOL">Native Journal
+      Protocol</ulink></para></listitem>
 
       <listitem><para>Standard output and standard error of service units. For further details see
       below.</para></listitem>