From: Martin Ejdestig Date: Mon, 5 Dec 2016 22:42:41 +0000 (+0100) Subject: man: Document return value of event source prepare callback (#4834) X-Git-Tag: v233~356 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=95977da98ca9b300af5ac1212200a3ad36b5ec51;p=thirdparty%2Fsystemd.git man: Document return value of event source prepare callback (#4834) --- diff --git a/man/sd_event_source_set_prepare.xml b/man/sd_event_source_set_prepare.xml index 24861d01d9e..ee61d239836 100644 --- a/man/sd_event_source_set_prepare.xml +++ b/man/sd_event_source_set_prepare.xml @@ -76,10 +76,11 @@ specified as callback will be invoked immediately before the event loop goes to sleep to wait for incoming events. It is invoked with the user data pointer passed - when the event source was created. The callback function may be - used to reconfigure the precise events to wait for. If the - callback parameter is passed as NULL the - callback function is reset. + when the event source was created. The event source will be disabled + if the callback function returns a negative error code. The callback + function may be used to reconfigure the precise events to wait for. + If the callback parameter is passed as NULL + the callback function is reset. Event source objects have no preparation callback associated when they are first created with calls such as