X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_event_add_child.xml;h=cf8ed0af6c9b2f655ec57596a7aca84fe3737722;hp=a3b4d85ac87d69823ec08315f07e2a5e25878a98;hb=f407824d751a9cb31abfdf0343fe179e0efef259;hpb=edf2573743b25273bee020230a60f1a054b8ec60 diff --git a/man/sd_event_add_child.xml b/man/sd_event_add_child.xml index a3b4d85ac..cf8ed0af6 100644 --- a/man/sd_event_add_child.xml +++ b/man/sd_event_add_child.xml @@ -1,4 +1,4 @@ - + @@ -100,7 +100,7 @@ along with systemd; If not, see . being stopped by a signal), and WCONTINUED (watch for the child being resumed by a signal). See waitid2 - for futher information. + for further information. Only a single handler may be installed for a specific child. The handler is enabled @@ -137,17 +137,17 @@ along with systemd; If not, see . - -ENOMEM + -ENOMEM Not enough memory to allocate an object. - -EINVAL + -EINVAL An invalid argument has been passed. This includes - specyfing an empty mask in options or a mask - which constains values different than a combination of + specifying an empty mask in options or a mask + which contains values different than a combination of WEXITED, WSTOPPED, and WCONTINUED. @@ -155,7 +155,7 @@ along with systemd; If not, see . - -EBUSY + -EBUSY An handler is already installed for this child. @@ -163,14 +163,14 @@ along with systemd; If not, see . - -ESTALE + -ESTALE The event loop is already terminated. - -ECHILD + -ECHILD The event loop has been created in a different process. @@ -198,6 +198,7 @@ along with systemd; If not, see . sd_event_new3, sd_event_add_time3, sd_event_add_signal3, + sd_event_add_defer3, sd_event_source_set_enabled3