From 2a2e6a0845dedf57233d2c8a89201a563e0c3c6d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 23 Jun 2015 21:41:15 +0200 Subject: man: minor updates to the sd_bus_request_name() documentation --- man/sd_bus_request_name.xml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'man') diff --git a/man/sd_bus_request_name.xml b/man/sd_bus_request_name.xml index 9b0a93d888..f07ae09555 100644 --- a/man/sd_bus_request_name.xml +++ b/man/sd_bus_request_name.xml @@ -45,7 +45,7 @@ sd_bus_request_name sd_bus_release_name - Request or release a well-known name on a bus + Request or release a well-known service name on a bus @@ -71,9 +71,9 @@ Description sd_bus_request_name() requests a - well-known name on a bus. It takes a bus connection, a valid bus - name and a flags parameter. The flags parameter is a combination - of the following flags: + well-known service name on a bus. It takes a bus connection, a + valid bus name and a flags parameter. The flags parameter is a + combination of the following flags: @@ -166,8 +166,11 @@ -EINVAL - A specified parameter is - invalid. + A specified parameter is invalid. This is also + generated when the requested name is a special service name + reserved by the D-Bus specification, or when the operation is + requested on a connection that does not refer to a + bus. -- cgit v1.2.3-54-g00ecf