chiark / gitweb /
core: if we cannot JOB_ISOLATE the default target JOB_REPLACE it instead
[elogind.git] / man / sd_journal_open.xml
index b99c67da46c489cc6119d1b93151a0aaebdaf463..76b857b9916e7a0faf194d4a47f067a02701d2b8 100644 (file)
@@ -71,7 +71,7 @@
                         </funcprototype>
 
                         <funcprototype>
-                                <funcdef>int <function>sd_journal_close</function></funcdef>
+                                <funcdef>void <function>sd_journal_close</function></funcdef>
                                 <paramdef>sd_journal* <parameter>j</parameter></paramdef>
                         </funcprototype>
                 </funcsynopsis>
@@ -80,7 +80,7 @@
         <refsect1>
                 <title>Description</title>
 
-                <para><function>sd_journal_open()</function> opens the
+                <para><function>sd_journal_open()</function> opens
                 the log journal for reading. It will find all journal
                 files automatically and interleave them automatically
                 when reading. As first argument it takes a pointer to
                 <para>See
                 <citerefentry><refentrytitle>sd_journal_next</refentrytitle><manvolnum>3</manvolnum></citerefentry>
                 for an example how to iterate through the journal
-                after opening it it with
+                after opening it with
                 <function>sd_journal_open()</function>.</para>
 
                 <para>A journal context object returned by