summaryrefslogtreecommitdiff
path: root/man/sd_event_run.xml
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2014-08-03 07:11:12 +0200
committerJan Engelhardt <jengelh@inai.de>2015-11-06 13:00:02 +0100
commitb938cb902c3b5bca807a94b277672c64d6767886 (patch)
tree267bd1d61268865fa405b3e5a3027041f7f3a183 /man/sd_event_run.xml
parenta6bff4a7428b9539d85618e3c91fcb60be93f3fa (diff)
downloadsystemd-b938cb902c3b5bca807a94b277672c64d6767886.tar.gz
doc: correct punctuation and improve typography in documentation
Diffstat (limited to 'man/sd_event_run.xml')
-rw-r--r--man/sd_event_run.xml4
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>