man: Small fix of sd_bus_message_send() man page

This commit is contained in:
Benjamin Robin 2021-02-21 19:51:14 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent e4d54220a1
commit 086c9fbc03

View file

@ -84,8 +84,8 @@
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>