X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_journal_get_cursor.xml;h=015c14011e845da328e67c6a68ed3198a4301f4d;hb=02ea24ca2a0aac854c4e9e7d712f6464c8b29e4a;hp=d83c5191f5a757cef692bd4b4893725ad6ecf639;hpb=74d005783e355acc784d123024e33bbb66ef9ef1;p=elogind.git diff --git a/man/sd_journal_get_cursor.xml b/man/sd_journal_get_cursor.xml index d83c5191f..015c14011 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 @@ -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.