chiark / gitweb /
sd-dhcp-client: make timeout handling a bit more robust
[elogind.git] / man / sd_journal_print.xml
index 57d908fe2272832effe20584b8cd7c72a44d0f46..c6f204b8c6cf455490c9a501b765cf01ed45dd6d 100644 (file)
@@ -203,7 +203,7 @@ sd_journal_send("MESSAGE=Hello World, this is PID %lu!", (unsigned long) getpid(
                 be guaranteed. Using
                 <function>sd_journal_print()</function> has the
                 benefit of logging source code line, filenames, and
-                functions as meta data along all entries, and
+                functions as metadata along all entries, and
                 guaranteeing chronological ordering with structured
                 log entries that are generated via
                 <function>sd_journal_send()</function>. Using
@@ -242,20 +242,10 @@ sd_journal_send("MESSAGE=Hello World, this is PID %lu!", (unsigned long) getpid(
                 <function>sd_journal_sendv()</function> interfaces
                 are available as a shared library, which can be compiled
                 and linked to with the
-                <constant>libsystemd-journal</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+                <constant>libsystemd</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
                 file.</para>
         </refsect1>
 
-        <refsect1>
-                <title>History</title>
-
-                <para><function>sd_journal_sendv()</function> was
-                modified to guarantee async-signal-safety in
-                systemd-209. Before that, it would behave safely only
-                when entry size was small enough to fit in one (large)
-                datagram.</para>
-        </refsect1>
-
         <refsect1>
                 <title>See Also</title>