X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_event_wait.xml;fp=man%2Fsd_event_wait.xml;h=5d675ecea2c0db421b3f08b1a84270ae53a71a97;hp=d53090cacf001fa1f69a2fa1369a5315c3cd6041;hb=eb0e417895c37dbdb64f18ae95c6b1a7a99f871e;hpb=df890458e39a14b95f8a2c88e8e1c1815e1320d2 diff --git a/man/sd_event_wait.xml b/man/sd_event_wait.xml index d53090cac..5d675ecea 100644 --- a/man/sd_event_wait.xml +++ b/man/sd_event_wait.xml @@ -3,29 +3,29 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> sd_event_wait - systemd + elogind @@ -47,7 +47,6 @@ sd_event_prepare sd_event_dispatch sd_event_get_state - sd_event_get_iteration SD_EVENT_INITIAL SD_EVENT_PREPARING SD_EVENT_ARMED @@ -61,7 +60,7 @@ - #include <systemd/sd-event.h> + #include <elogind/sd-event.h> enum { SD_EVENT_INITIAL, @@ -94,12 +93,6 @@ sd_event *event - - int sd_event_get_iteration - sd_event *event - uint64_t *ret - - @@ -147,15 +140,12 @@ determine the state the event loop is currently in. It returns one of the states described below. - sd_event_get_iteration() may be used to determine the current iteration of the event - loop. It returns an unsigned 64bit integer containing a counter that increases monotonically with each iteration of - the event loop, starting with 0. The counter is increased at the time of the - sd_event_prepare() invocation. - - All five functions take, as the first argument, the event loop object event that has - been created with sd_event_new(). The timeout for sd_event_wait() is - specified in usec in microseconds. (uint64_t) -1 may be used to - specify an infinite timeout. + All four functions take, as the first argument, the event + loop object event that has been created + with sd_event_new(). The timeout for + sd_event_wait() is specified in + usec in milliseconds. (uint64_t) + -1 may be used to specify an infinite timeout. @@ -339,7 +329,7 @@ See Also - systemd1, + elogind8, sd_event_new3, sd_event_add_io3, sd_event_add_time3,