mirror of
https://github.com/systemd/systemd.git
synced 2025-02-22 09:57:34 +03:00
man: tweak description of #12247 a bit
It wasn't really wrong, but maybe we can make it a bit clearer. Fixes #12247.
This commit is contained in:
parent
b4e2407716
commit
35b966ca23
@ -65,9 +65,9 @@
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
||||
<para><function>sd_bus_request_name()</function> requests a 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:</para>
|
||||
<para><function>sd_bus_request_name()</function> requests a 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 zero or
|
||||
more of the following flags:</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
@ -82,8 +82,9 @@
|
||||
<varlistentry>
|
||||
<term><constant>SD_BUS_NAME_REPLACE_EXISTING</constant></term>
|
||||
|
||||
<listitem><para>Take over the name if it is already acquired by another peer, and that other peer has permitted
|
||||
takeover by setting <constant>SD_BUS_NAME_ALLOW_REPLACEMENT</constant> while acquiring it.</para></listitem>
|
||||
<listitem><para>Take over the name if it was already acquired by another peer, and that other peer
|
||||
has permitted takeover by setting <constant>SD_BUS_NAME_ALLOW_REPLACEMENT</constant> while acquiring
|
||||
it.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
|
Loading…
x
Reference in New Issue
Block a user