chiark / gitweb /
man: typo fixes
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Wed, 12 Oct 2016 21:02:44 +0000 (23:02 +0200)
committerSven Eden <yamakuzure@gmx.net>
Wed, 5 Jul 2017 06:50:55 +0000 (08:50 +0200)
A mix of fixes for typos and UK english

man/sd-event.xml
man/sd_event_source_set_priority.xml

index b68f4fc47b30a6340210d2435fea4c8f250453b8..4fcd35685c0ad1d0b4352e95141e6ddc8a1504c4 100644 (file)
@@ -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
     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 <citerefentry
     project='man-pages'><refentrytitle>epoll</refentrytitle><manvolnum>7</manvolnum></citerefentry>
     not designed to provide optimal throughput, as this contradicts
     these goals due the limitations of the underlying <citerefentry
     project='man-pages'><refentrytitle>epoll</refentrytitle><manvolnum>7</manvolnum></citerefentry>
index 6457cfc9b7e49bea658badbbbd932d22fdc917e7..d50ffad2ab738e7c62e29c78f326e00eb7eb45fe 100644 (file)
     reliable. However, it is guaranteed that if events are seen on
     multiple same-priority event sources at the same time, each one is
     not dispatched again until all others have been dispatched
     reliable. However, it is guaranteed that if events are seen on
     multiple same-priority event sources at the same time, each one is
     not dispatched again until all others have been dispatched
-    once. This behaviour guarantees that within each priority
+    once. This behavior guarantees that within each priority
     particular event sources do not starve or dominate the event
     loop.</para>
 
     particular event sources do not starve or dominate the event
     loop.</para>