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.