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=012fdb6a1a84025d09558b758a3c41869d8e2b7a;hb=9b0374e954f504701fbe5d3f68d65360139ca2f9;hpb=8474b70c3a3842cdf3d51f331dd117ab6421f6d0 diff --git a/man/sd_event_add_child.xml b/man/sd_event_add_child.xml index 012fdb6a1..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 @@ -147,7 +147,7 @@ along with systemd; If not, see . 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.