From b938cb902c3b5bca807a94b277672c64d6767886 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 3 Aug 2014 07:11:12 +0200 Subject: doc: correct punctuation and improve typography in documentation --- man/sd_event_wait.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'man/sd_event_wait.xml') diff --git a/man/sd_event_wait.xml b/man/sd_event_wait.xml index 397d52a3e4..3ccafc64bd 100644 --- a/man/sd_event_wait.xml +++ b/man/sd_event_wait.xml @@ -138,11 +138,11 @@ On success, these functions return 0 or a positive integer. On failure, they return a negative errno-style error code. In case of sd_event_prepare and - sd_event_wait a positive value means that + sd_event_wait, a positive value means that events are ready to be processed and 0 means that no events are - ready. In case of sd_event_dispatch a + ready. In case of sd_event_dispatch, a positive value means that the loop is again in the initial state - and 0 means the loop is finished. For any of those functions, a + and 0 means the loop is finished. For any of these functions, a negative return value means the loop must be aborted. @@ -182,7 +182,7 @@ - Other errors are possible too. + Other errors are possible, too. -- cgit v1.2.3-54-g00ecf