X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_event_add_child.xml;h=9d943f8676c89ad8edbc565ca8f356864ff35130;hb=82b1412852b70d240a2a7b6ffd134776bd246642;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..9d943f867 100644 --- a/man/sd_event_add_child.xml +++ b/man/sd_event_add_child.xml @@ -1,4 +1,4 @@ - + @@ -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