X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_journal_next.xml;h=0216d6e089dbea0cc842e27aed9e995eb81604d4;hp=58e7cec6f3777fab643404a5fb83cfbee7a87aa4;hb=3eb94c9e9e25586fa8ac93545810b87ce9241363;hpb=16dad32e437fdf2ffca03cc60a083d84bd31886f diff --git a/man/sd_journal_next.xml b/man/sd_journal_next.xml index 58e7cec6f..0216d6e08 100644 --- a/man/sd_journal_next.xml +++ b/man/sd_journal_next.xml @@ -58,34 +58,34 @@ int sd_journal_next - sd_journal* j + sd_journal *j int sd_journal_previous - sd_journal* j + sd_journal *j int sd_journal_next_skip - sd_journal* j + sd_journal *j uint64_t skip int sd_journal_previous_skip - sd_journal* j + sd_journal *j uint64_t skip SD_JOURNAL_FOREACH - sd_journal* j + sd_journal *j SD_JOURNAL_FOREACH_BACKWARDS - sd_journal* j + sd_journal *j @@ -102,7 +102,7 @@ functions such as sd_journal_get_data3. - Similar, sd_journal_previous() sets + Similarly, sd_journal_previous() sets the read pointer back one entry. sd_journal_next_skip() and @@ -128,8 +128,8 @@ as a wrapper around sd_journal_seek_head3 and sd_journal_next() in order to - make iteratring through the journal easier. See below - for an example. Similar, + make iterating through the journal easier. See below + for an example. Similarly, SD_JOURNAL_FOREACH_BACKWARDS() may be used for iterating the journal in reverse order. @@ -156,10 +156,9 @@ The sd_journal_next(), sd_journal_previous(), sd_journal_next_skip() and sd_journal_previous_skip() interfaces are - available as shared library, which can be compiled and + available as a shared library, which can be compiled and linked to with the - libsystemd-journal - pkg-config1 + libsystemd pkg-config1 file.