summaryrefslogtreecommitdiffstats
path: root/man/sd_bus_add_object_vtable.xml
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2020-03-28 22:22:58 +0100
committerDaan De Meyer <daan.j.demeyer@gmail.com>2020-03-31 20:16:30 +0200
commit6ba8071ca11ae8b50137a79a89fdbb3a4c718b08 (patch)
treeedceb742f2c4b0377134ed8c8292119a4e2c2263 /man/sd_bus_add_object_vtable.xml
parentsd-bus: Wrap add_object_vtable docs at 100 columns (diff)
downloadsystemd-6ba8071ca11ae8b50137a79a89fdbb3a4c718b08.tar.xz
systemd-6ba8071ca11ae8b50137a79a89fdbb3a4c718b08.zip
sd-bus: Fix typos in sd_bus_add_object_vtable docs
Diffstat (limited to '')
-rw-r--r--man/sd_bus_add_object_vtable.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/sd_bus_add_object_vtable.xml b/man/sd_bus_add_object_vtable.xml
index 06f414485f..b1cea7d7ac 100644
--- a/man/sd_bus_add_object_vtable.xml
+++ b/man/sd_bus_add_object_vtable.xml
@@ -188,7 +188,7 @@
<refsect1>
<title>Description</title>
- <para><function>sd_bus_add_object_vtable()</function> is used to declare attributes for the path
+ <para><function>sd_bus_add_object_vtable()</function> is used to declare attributes for the
object path <parameter>path</parameter> connected to the bus connection
<parameter>bus</parameter> under the interface <parameter>interface</parameter>. The table
<parameter>vtable</parameter> may contain property declarations using
@@ -301,10 +301,10 @@
Parameter <replaceable>flags</replaceable> is a combination of flags, see below.</para>
<para>The setter and getter methods may be omitted (specified as
- <constant>NULL</constant>), if the property has one of the basic types or
+ <constant>NULL</constant>), if the property is one of the basic types or
<literal>as</literal> in case of read-only properties. In those cases, the
<replaceable>userdata</replaceable> and <replaceable>offset</replaceable> parameters must
- together point to valid variable of the corresponding type. A default setter and getters
+ together point to a valid variable of the corresponding type. A default setter and getter
will be provided, which simply copy the argument between this variable and the message.
</para>