X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_journal_get_fd.xml;h=809f00b9f3b8c98e62e4801d639b89752160bc60;hp=764f716a17efb3aa0c282a4f6f2e00b193b8e5f9;hb=bdf9fc1a940e342afb7a78075984419cb3bc3135;hpb=79640424059328268b9fb6c5fa8eb777b27a177e diff --git a/man/sd_journal_get_fd.xml b/man/sd_journal_get_fd.xml index 764f716a1..809f00b9f 100644 --- a/man/sd_journal_get_fd.xml +++ b/man/sd_journal_get_fd.xml @@ -62,34 +62,34 @@ int sd_journal_get_fd - sd_journal* j + sd_journal *j int sd_journal_get_events - sd_journal* j + sd_journal *j int sd_journal_get_timeout - sd_journal* j - uint64_t* timeout_usec + sd_journal *j + uint64_t *timeout_usec int sd_journal_process - sd_journal* j + sd_journal *j int sd_journal_wait - sd_journal* j + sd_journal *j uint64_t timeout_usec int sd_journal_reliable_fd - sd_journal* j + sd_journal *j @@ -253,9 +253,9 @@ else { sd_journal_reliable_fd(), sd_journal_process() and sd_journal_wait() 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. @@ -330,8 +330,7 @@ int wait_for_changes(sd_journal *j) { pollfd.events = sd_journal_get_events(j); poll(&pollfd, 1, msec); return sd_journal_process(j); -} - +}