diff --git a/man/sd_bus_set_property.xml b/man/sd_bus_set_property.xml index 66477b3500a..d6a410e797c 100644 --- a/man/sd_bus_set_property.xml +++ b/man/sd_bus_set_property.xml @@ -39,7 +39,6 @@ const char *interface const char *member sd_bus_error *ret_error - sd_bus_message **reply const char *type ... @@ -52,7 +51,6 @@ const char *interface const char *member sd_bus_error *ret_error - sd_bus_message **reply const char *type va_list ap @@ -115,10 +113,9 @@ sd_bus_call_method3. - sd_bus_set_property() sets a D-Bus property. On success, the response - is stored in reply. If setting the property fails or an internal error - occurs, an error is returned and an extended description of the error is optionally stored in - ret_error if it is not NULL. + sd_bus_set_property() sets a D-Bus property. If setting the property + fails or an internal error occurs, an error is returned and an extended description of the error + is optionally stored in ret_error if it is not NULL. type and the arguments that follow it describe the new value of the property and must follow the format described in sd_bus_message_append3.