summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-05-21 19:38:19 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-05-22 16:28:02 +0200
commit35b966ca23da240d30ac18ab615e2d0ec081681a (patch)
treefb5326729c824a763954386aa268be0830a1aa07 /man
parentb4e2407716731d1ce099bad1c2778f7a4424ed2e (diff)
downloadsystemd-35b966ca23da240d30ac18ab615e2d0ec081681a.tar.gz
man: tweak description of #12247 a bit
It wasn't really wrong, but maybe we can make it a bit clearer. Fixes #12247.
Diffstat (limited to 'man')
-rw-r--r--man/sd_bus_request_name.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/man/sd_bus_request_name.xml b/man/sd_bus_request_name.xml
index 0f6a4ec313..7229ef517a 100644
--- a/man/sd_bus_request_name.xml
+++ b/man/sd_bus_request_name.xml
@@ -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>