mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-03 01:17:45 +03:00
man: Small fix of sd_bus_message_send() man page
This commit is contained in:
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>
|
||||
|
Loading…
Reference in New Issue
Block a user