X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd-event.xml;h=4fcd35685c0ad1d0b4352e95141e6ddc8a1504c4;hp=b68f4fc47b30a6340210d2435fea4c8f250453b8;hb=47f94046d2208b0ca48928df3ac3bce803361f23;hpb=5124757683a8a517261760e28d2c9c16b379e000 diff --git a/man/sd-event.xml b/man/sd-event.xml index b68f4fc47..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