]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - man/sd_event_run.xml
doc: correct punctuation and improve typography in documentation
[thirdparty/systemd.git] / man / sd_event_run.xml
index 2eab5684c5f9127c81165b62e12e1bcfaf95e7a3..d1c92d1b0a07d56dc89b3977bbb333a3b77dedd1 100644 (file)
@@ -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>
 
     </variablelist>
 
-    <para>Other errors are possible too.</para>
+    <para>Other errors are possible, too.</para>
   </refsect1>
 
   <refsect1>