X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_journal_seek_head.xml;h=284479a1df7017840e05b23b3360072688630a42;hp=03de30a383c0570e763cf8c7f0f9bce0e87234b8;hb=e26807239bd65bc17535a53cd540f38600e7ef24;hpb=79640424059328268b9fb6c5fa8eb777b27a177e diff --git a/man/sd_journal_seek_head.xml b/man/sd_journal_seek_head.xml index 03de30a38..284479a1d 100644 --- a/man/sd_journal_seek_head.xml +++ b/man/sd_journal_seek_head.xml @@ -58,31 +58,31 @@ int sd_journal_seek_head - sd_journal* j + sd_journal *j int sd_journal_seek_tail - sd_journal* j + sd_journal *j int sd_journal_seek_monotonic_usec - sd_journal* j + sd_journal *j sd_id128_t boot_id uint64_t usec int sd_journal_seek_realtime_usec - sd_journal* j + sd_journal *j uint64_t usec int sd_journal_seek_cursor - sd_journal* j - const char * cursor + sd_journal *j + const char *cursor @@ -94,7 +94,7 @@ seeks to the beginning of the journal, i.e. the oldest available entry. - Similar, + Similarly, sd_journal_seek_tail() may be used to seek to the end of the journal, i.e. the most recent available entry. @@ -156,9 +156,9 @@ sd_journal_seek_monotonic_usec(), sd_journal_seek_realtime_usec(), and sd_journal_seek_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.