X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_event_add_child.xml;h=012fdb6a1a84025d09558b758a3c41869d8e2b7a;hb=9243e967a370a9e69b0a81843288a9db3e2dfc62;hp=a3b4d85ac87d69823ec08315f07e2a5e25878a98;hpb=edf2573743b25273bee020230a60f1a054b8ec60;p=elogind.git diff --git a/man/sd_event_add_child.xml b/man/sd_event_add_child.xml index a3b4d85ac..012fdb6a1 100644 --- a/man/sd_event_add_child.xml +++ b/man/sd_event_add_child.xml @@ -137,13 +137,13 @@ 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 @@ -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