diff --git a/man/sd_bus_send.xml b/man/sd_bus_send.xml index 02ba3b8104c..315ad077ed4 100644 --- a/man/sd_bus_send.xml +++ b/man/sd_bus_send.xml @@ -84,8 +84,8 @@ be invoked to write out any queued message data to the transport. sd_bus_message_send() is the same as sd_bus_send() but - without the first and last argument. It's equivalent to - sd_bus_message_send(sd_bus_message_get_bus(m), m, NULL). + without the first and last argument. sd_bus_message_send(m) is equivalent to + sd_bus_send(sd_bus_message_get_bus(m), m, NULL).