X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_event_add_child.xml;h=640d4b12d041c76e499343fddaabfa0243c8fc16;hb=1d940aa32913c108e0282ebd359b2eb999ffeadf;hp=012fdb6a1a84025d09558b758a3c41869d8e2b7a;hpb=8474b70c3a3842cdf3d51f331dd117ab6421f6d0;p=elogind.git diff --git a/man/sd_event_add_child.xml b/man/sd_event_add_child.xml index 012fdb6a1..640d4b12d 100644 --- a/man/sd_event_add_child.xml +++ b/man/sd_event_add_child.xml @@ -1,24 +1,24 @@ - + @@ -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.