From e3736e02231dd71b6674091b4db79e2dee800bca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 6 Jun 2018 10:57:30 +0200 Subject: [PATCH] man: also mention EINVAL in sd_bus_slot_set_floating(3) --- man/sd_bus_slot_set_floating.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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