X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_journal_get_data.xml;h=6470f19cc6e442f47775a28b6aaac4ec73af110f;hb=15804cebfdf7bef91db1374967ee813cd4a93588;hp=9d8a4a2221440fb0207db9dd81c76cdb9b4c2b3f;hpb=4171a6676c74846c9c189f3a92b97bbcd4a11a13;p=elogind.git diff --git a/man/sd_journal_get_data.xml b/man/sd_journal_get_data.xml index 9d8a4a222..6470f19cc 100644 --- a/man/sd_journal_get_data.xml +++ b/man/sd_journal_get_data.xml @@ -70,7 +70,7 @@ - int sd_journal_restart_data + void sd_journal_restart_data sd_journal* j @@ -120,14 +120,14 @@ Note that the SD_JOURNAL_FOREACH_DATA() macro - may be used as a wrapper around + may be used as a handy wrapper around sd_journal_restart_data() and sd_journal_enumerate_data(). Note that these functions will not work before sd_journal_next3 - (or related call) has not been called at least - once. + (or related call) has been called at least + once, in order to position the read pointer at a valid entry. @@ -192,7 +192,9 @@ int print_fields(sd_journal *j) { systemd.journal-fields7, sd-journal3, sd_journal_open3, - sd_journal_next3 + sd_journal_next3, + sd_journal_get_realtime_usec3, + sd_journal_query_unique3