chiark / gitweb /
machinectl: remove unused --no-ask-password
[elogind.git] / man / sd_journal_print.xml
index 57d908fe2272832effe20584b8cd7c72a44d0f46..638657721f7c0c8a86baccf031bba90921854765 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
@@ -246,16 +246,6 @@ sd_journal_send("MESSAGE=Hello World, this is PID %lu!", (unsigned long) getpid(
                 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>