From a56b63f41dc779a86573ae77814c14c1db156398 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 13 Dec 2013 16:01:54 +0100 Subject: man: document more error codes for sd_bus_request_name() --- man/sd_bus_request_name.xml | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/sd_bus_request_name.xml b/man/sd_bus_request_name.xml index 039b9627e3..23d49fb4ca 100644 --- a/man/sd_bus_request_name.xml +++ b/man/sd_bus_request_name.xml @@ -56,7 +56,7 @@ int sd_bus_request_name sd_bus* bus const char *name - unsigned flags + uint64_t flags @@ -64,8 +64,6 @@ sd_bus* bus const char *name - - @@ -164,6 +162,24 @@ name. + + -ESRCH + + It was attemted to + release a name that is currently not + registered on the + bus. + + + + -EADDRINUSE + + It was attemted to + release a name that is owned by a + different peer on the + bus. + + -EINVAL -- cgit v1.2.3-54-g00ecf