X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_journal_get_fd.xml;h=16aeea2dc777801cd10b4d228df3c357431ac488;hp=764f716a17efb3aa0c282a4f6f2e00b193b8e5f9;hb=22fdeadcc06e95fe41ac4de872ec245c0887547f;hpb=79640424059328268b9fb6c5fa8eb777b27a177e diff --git a/man/sd_journal_get_fd.xml b/man/sd_journal_get_fd.xml index 764f716a1..16aeea2dc 100644 --- a/man/sd_journal_get_fd.xml +++ b/man/sd_journal_get_fd.xml @@ -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); -} - +}