diff options
Diffstat (limited to 'man/sd_event_run.xml')
-rw-r--r-- | man/sd_event_run.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_event_run.xml b/man/sd_event_run.xml index 2eab5684c5..d1c92d1b0a 100644 --- a/man/sd_event_run.xml +++ b/man/sd_event_run.xml @@ -71,7 +71,7 @@ <para><function>sd_event_run()</function> can be used to run one iteration of the event loop of libsystemd. This function waits - until an event to process is available and dispatches a handler + until an event to process is available, and dispatches a handler for it. Parameter <parameter>timeout</parameter> specifices the maximum time (in microseconds) to wait. <constant>(uint64_t) -1</constant> may be used to specify an infinite timeout.</para> @@ -150,7 +150,7 @@ </variablelist> - <para>Other errors are possible too.</para> + <para>Other errors are possible, too.</para> </refsect1> <refsect1> |