chiark / gitweb /
strv: add calls to add two entries to an strv at once
[elogind.git] / man / sd_journal_get_cursor.xml
index 354168bee284a3ba9c1f45ca0fa16b937614eb03..3f5483bbdaf5e295abf9fe34803b3e71483a8e45 100644 (file)
 
                         <funcprototype>
                                 <funcdef>int <function>sd_journal_get_cursor</function></funcdef>
-                                <paramdef>sd_journal<parameter>j</parameter></paramdef>
-                                <paramdef>char ** <parameter>cursor</parameter></paramdef>
+                                <paramdef>sd_journal *<parameter>j</parameter></paramdef>
+                                <paramdef>char **<parameter>cursor</parameter></paramdef>
                         </funcprototype>
 
                         <funcprototype>
                                 <funcdef>int <function>sd_journal_test_cursor</function></funcdef>
-                                <paramdef>sd_journal<parameter>j</parameter></paramdef>
-                                <paramdef>const char * <parameter>cursor</parameter></paramdef>
+                                <paramdef>sd_journal *<parameter>j</parameter></paramdef>
+                                <paramdef>const char *<parameter>cursor</parameter></paramdef>
                         </funcprototype>
 
                 </funcsynopsis>
@@ -89,7 +89,7 @@
                 string is allocated via libc
                 <citerefentry><refentrytitle>malloc</refentrytitle><manvolnum>3</manvolnum></citerefentry>
                 and should be freed after use with
-                <citerefentry><refentrytitle>free</refentrytitle><manvolnum>3</manvolnum></citerefentry>.</para>
+                <citerefentry project='man-pages'><refentrytitle>free</refentrytitle><manvolnum>3</manvolnum></citerefentry>.</para>
 
                 <para>Note that
                 <function>sd_journal_get_cursor()</function> will not
                 comparing cursors is not possible. Use this call to
                 verify after an invocation of
                 <citerefentry><refentrytitle>sd_journal_seek_cursor</refentrytitle><manvolnum>3</manvolnum></citerefentry>
-                whether the entry being seeked to was actually found
+                whether the entry being sought to was actually found
                 in the journal or the next closest entry was used
                 instead.</para>
         </refsect1>
                 returns 0 on success or a negative errno-style error
                 code. <function>sd_journal_test_cursor()</function>
                 returns positive if the current entry matches the
-                specified cursor, 0 if it doesn't match the specified
+                specified cursor, 0 if it does not match the specified
                 cursor or a negative errno-style error code on
                 failure.</para>
         </refsect1>
 
                 <para>The <function>sd_journal_get_cursor()</function>
                 and <function>sd_journal_test_cursor()</function>
-                interfaces are available as shared library, which can
+                interfaces are available as shared library, which can
                 be compiled and linked to with the
-                <literal>libsystemd-journal</literal>
-                <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+                <constant>libsystemd</constant> <citerefentry project='die-net'><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
                 file.</para>
         </refsect1>