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=c4387b0856e341187053ac16dc03823d56099495;hb=22fdeadcc06e95fe41ac4de872ec245c0887547f;hpb=6b4991cfde6c0a0b62e836ca75ae362779c474d4 diff --git a/man/sd_journal_get_fd.xml b/man/sd_journal_get_fd.xml index c4387b085..16aeea2dc 100644 --- a/man/sd_journal_get_fd.xml +++ b/man/sd_journal_get_fd.xml @@ -137,8 +137,8 @@ timeout_usec. See clock_gettime2 for details about - CLOCK_MONOTONIC. If there's no - timeout to wait for this will fill in + CLOCK_MONOTONIC. If there is no + timeout to wait for, this will fill in (uint64_t) -1 instead. Note that poll() takes a relative timeout in milliseconds rather than an absolute timeout in @@ -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); -} - +}