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=ee524e171fa629e4258a163bfbf186565d7d6912;hp=f282a5094a991bcadec631537e5c2db7e4558707;hb=9b0374e954f504701fbe5d3f68d65360139ca2f9;hpb=4dfefc1914bad6a025e2d6738999e45b74715002 diff --git a/man/sd_event_add_child.xml b/man/sd_event_add_child.xml index f282a5094..ee524e171 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 + 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.