From: Ben Stockett Date: Fri, 9 Jul 2021 20:29:36 +0000 (+0000) Subject: Updated manpage for sd_bus_set_property X-Git-Tag: v250-rc1~964 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4226dfafbac2167e1441a7a65d00c29c5016d4fb;p=thirdparty%2Fsystemd.git Updated manpage for sd_bus_set_property Updated manpage for sd_bus_set_property and sd_bus_set_propertyv. In the old manpage, these functions included the parameter sd_bus_message **reply when the actual function had no such argument. --- 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.