From 6ba8071ca11ae8b50137a79a89fdbb3a4c718b08 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sat, 28 Mar 2020 22:22:58 +0100 Subject: [PATCH] sd-bus: Fix typos in sd_bus_add_object_vtable docs --- man/sd_bus_add_object_vtable.xml | 6 +++--- 1 file 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 @@ Description - sd_bus_add_object_vtable() is used to declare attributes for the path + sd_bus_add_object_vtable() is used to declare attributes for the object path path connected to the bus connection bus under the interface interface. The table vtable may contain property declarations using @@ -301,10 +301,10 @@ Parameter flags is a combination of flags, see below. The setter and getter methods may be omitted (specified as - NULL), if the property has one of the basic types or + NULL), if the property is one of the basic types or as in case of read-only properties. In those cases, the userdata and offset 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.