be invoked to write out any queued message data to the transport.</para>
<para><function>sd_bus_message_send()</function> is the same as <function>sd_bus_send()</function> but
- without the first and last argument. It's equivalent to
- <function>sd_bus_message_send(sd_bus_message_get_bus(m), m, NULL)</function>.</para>
+ without the first and last argument. <function>sd_bus_message_send(m)</function> is equivalent to
+ <function>sd_bus_send(sd_bus_message_get_bus(m), m, NULL)</function>.</para>
</refsect1>
<refsect1>