X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd-event.xml;h=4fcd35685c0ad1d0b4352e95141e6ddc8a1504c4;hb=02c8b7deae8dab578eea3cd59bb0f2c876669319;hp=c7d93770581ba5e2e0f560a792508fd833ae78bb;hpb=c11dd1c49b997de4d222f302070387f82d8068ca;p=elogind.git diff --git a/man/sd-event.xml b/man/sd-event.xml index c7d937705..4fcd35685 100644 --- a/man/sd-event.xml +++ b/man/sd-event.xml @@ -97,7 +97,7 @@ iteration a single event source is dispatched. Each time an event source is dispatched the kernel is polled for new events, before the next event source is dispatched. The event loop is designed to - honour priorities and provide fairness within each priority. It is + honor priorities and provide fairness within each priority. It is not designed to provide optimal throughput, as this contradicts these goals due the limitations of the underlying epoll7 @@ -136,7 +136,7 @@ Event sources may be assigned a 64bit priority value, that controls the order in which event sources are - dispatched if multiple are pending simultanously. See + dispatched if multiple are pending simultaneously. See sd_event_source_set_priority3. The event loop may automatically send watchdog @@ -156,7 +156,7 @@ See Also - elogind1, + elogind8, sd_event_new3, sd_event_run3, sd_event_add_io3,