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=9d943f8676c89ad8edbc565ca8f356864ff35130;hb=f407824d751a9cb31abfdf0343fe179e0efef259;hpb=3802a3d3d7af51ddff31943d5514382f01265770 diff --git a/man/sd_event_add_child.xml b/man/sd_event_add_child.xml index 9d943f867..cf8ed0af6 100644 --- a/man/sd_event_add_child.xml +++ b/man/sd_event_add_child.xml @@ -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 @@ -146,8 +146,8 @@ along with systemd; If not, see . -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.