From: Zbigniew Jędrzejewski-Szmek Date: Wed, 6 Jun 2018 08:57:30 +0000 (+0200) Subject: man: also mention EINVAL in sd_bus_slot_set_floating(3) X-Git-Tag: v239~129^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3736e02231dd71b6674091b4db79e2dee800bca;p=thirdparty%2Fsystemd.git man: also mention EINVAL in sd_bus_slot_set_floating(3) --- diff --git a/man/sd_bus_slot_set_floating.xml b/man/sd_bus_slot_set_floating.xml index 9cb4b8a441a..cae1f5353cb 100644 --- a/man/sd_bus_slot_set_floating.xml +++ b/man/sd_bus_slot_set_floating.xml @@ -29,7 +29,7 @@ int sd_bus_slot_set_floating - sd_bus_slot *bus + sd_bus_slot *slot int b @@ -81,6 +81,12 @@ Returned errors may indicate the following problems: + + -EINVAL + + The slot parameter is NULL. + + -ECHILD