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=3aa79ce100874a130913ec864d8ad5cce666abd6;hp=764f716a17efb3aa0c282a4f6f2e00b193b8e5f9;hb=bca81be7755d15e7369d764bfa94a7ca6c595c76;hpb=79640424059328268b9fb6c5fa8eb777b27a177e diff --git a/man/sd_journal_get_fd.xml b/man/sd_journal_get_fd.xml index 764f716a1..3aa79ce10 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); -} - +}