mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
man: minor updates to the sd_bus_request_name() documentation
This commit is contained in:
parent
dddbc69577
commit
2a2e6a0845
@ -45,7 +45,7 @@
|
|||||||
<refnamediv>
|
<refnamediv>
|
||||||
<refname>sd_bus_request_name</refname>
|
<refname>sd_bus_request_name</refname>
|
||||||
<refname>sd_bus_release_name</refname>
|
<refname>sd_bus_release_name</refname>
|
||||||
<refpurpose>Request or release a well-known name on a bus</refpurpose>
|
<refpurpose>Request or release a well-known service name on a bus</refpurpose>
|
||||||
</refnamediv>
|
</refnamediv>
|
||||||
|
|
||||||
<refsynopsisdiv>
|
<refsynopsisdiv>
|
||||||
@ -71,9 +71,9 @@
|
|||||||
<title>Description</title>
|
<title>Description</title>
|
||||||
|
|
||||||
<para><function>sd_bus_request_name()</function> requests a
|
<para><function>sd_bus_request_name()</function> requests a
|
||||||
well-known name on a bus. It takes a bus connection, a valid bus
|
well-known service name on a bus. It takes a bus connection, a
|
||||||
name and a flags parameter. The flags parameter is a combination
|
valid bus name and a flags parameter. The flags parameter is a
|
||||||
of the following flags:</para>
|
combination of the following flags:</para>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
@ -166,8 +166,11 @@
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><constant>-EINVAL</constant></term>
|
<term><constant>-EINVAL</constant></term>
|
||||||
|
|
||||||
<listitem><para>A specified parameter is
|
<listitem><para>A specified parameter is invalid. This is also
|
||||||
invalid.</para></listitem>
|
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.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
|
Loading…
Reference in New Issue
Block a user