X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_journal_get_cursor.xml;h=3f5483bbdaf5e295abf9fe34803b3e71483a8e45;hp=d83c5191f5a757cef692bd4b4893725ad6ecf639;hb=98940a3cd93807b5a3809bb1fb7ab43d450939f1;hpb=74d005783e355acc784d123024e33bbb66ef9ef1 diff --git a/man/sd_journal_get_cursor.xml b/man/sd_journal_get_cursor.xml index d83c5191f..3f5483bbd 100644 --- a/man/sd_journal_get_cursor.xml +++ b/man/sd_journal_get_cursor.xml @@ -54,14 +54,14 @@ int sd_journal_get_cursor - sd_journal* j - char ** cursor + sd_journal *j + char **cursor int sd_journal_test_cursor - sd_journal* j - const char * cursor + sd_journal *j + const char *cursor @@ -89,7 +89,7 @@ string is allocated via libc malloc3 and should be freed after use with - free3. + free3. Note that sd_journal_get_cursor() will not @@ -120,7 +120,7 @@ returns 0 on success or a negative errno-style error code. sd_journal_test_cursor() 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. @@ -130,10 +130,9 @@ The sd_journal_get_cursor() and sd_journal_test_cursor() - interfaces are available as shared library, which can + interfaces are available as a shared library, which can be compiled and linked to with the - libsystemd-journal - pkg-config1 + libsystemd pkg-config1 file.