X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_event_add_time.xml;fp=man%2Fsd_event_add_time.xml;h=426dff1c5563ec6a599e554cc324e29b1ba94f92;hb=eb0e417895c37dbdb64f18ae95c6b1a7a99f871e;hp=d5e2e91375df8152b0cbb36fdced815fc2a3e029;hpb=df890458e39a14b95f8a2c88e8e1c1815e1320d2;p=elogind.git diff --git a/man/sd_event_add_time.xml b/man/sd_event_add_time.xml index d5e2e9137..426dff1c5 100644 --- a/man/sd_event_add_time.xml +++ b/man/sd_event_add_time.xml @@ -3,29 +3,29 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> sd_event_add_time - systemd + elogind @@ -56,7 +56,7 @@ - #include <systemd/sd-event.h> + #include <elogind/sd-event.h> typedef struct sd_event_source sd_event_source; @@ -123,7 +123,7 @@ regarding the various types of clocks. The usec parameter specifies the earliest time, in microseconds (µs), relative to the clock's epoch, when the timer shall be triggered. If a time already in the past is specified (including 0), this timer source "fires" immediately and is ready to be - dispatched. If the parameter is specified as UINT64_MAX the timer event will never elapse, + dispatched. If the paramater is specified as UINT64_MAX the timer event will never elapse, which may be used as an alternative to explicitly disabling a timer event source with sd_event_source_set_enabled3. The accuracy parameter specifies an additional accuracy value in µs specifying how much the @@ -213,7 +213,7 @@ in µs. sd_event_source_get_time_accuracy() - retrieves the configured accuracy value of an event source + retrieves the configured accuracy value of a event source created previously with sd_event_add_time(). It takes the event source object and a pointer to a variable to store the accuracy in. The accuracy is specified in µs. @@ -224,7 +224,7 @@ the event source object and accuracy, in µs. sd_event_source_get_time_clock() - retrieves the configured clock of an event source created + retrieves the configured clock of a event source created previously with sd_event_add_time(). It takes the event source object and a pointer to a variable to store the clock identifier in. @@ -292,7 +292,7 @@ See Also - systemd1, + elogind8, sd-event3, sd_event_new3, sd_event_now3,