From a8eaaee72a2f06e0fb64fb71de3b71ecba31dafb Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 3 Aug 2014 07:11:37 +0200 Subject: doc: correct orthography, word forms and missing/extraneous words --- man/sd_event_run.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'man/sd_event_run.xml') diff --git a/man/sd_event_run.xml b/man/sd_event_run.xml index d1c92d1b0a..06236fcd1a 100644 --- a/man/sd_event_run.xml +++ b/man/sd_event_run.xml @@ -46,7 +46,7 @@ sd_event_run sd_event_loop - Run libsystemd event loop + Run the libsystemd event loop @@ -72,7 +72,7 @@ sd_event_run() 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 - for it. Parameter timeout specifices the + for it. The timeout parameter specifices the maximum time (in microseconds) to wait. (uint64_t) -1 may be used to specify an infinite timeout. @@ -121,7 +121,7 @@ -EINVAL - Parameter event is + The event parameter is NULL. @@ -176,7 +176,7 @@ sd_event_add_defer3, sd_event_add_exit3, sd_event_add_post3, - GLIb Main Event Loop. + GLib Main Event Loop. -- cgit v1.2.3-54-g00ecf