mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
man: Small fix of sd_bus_message_send() man page
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
e4d54220a1
commit
086c9fbc03
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user