]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: Small fix of sd_bus_message_send() man page
authorBenjamin Robin <dev@benjarobin.fr>
Sun, 21 Feb 2021 18:51:14 +0000 (19:51 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 21 Feb 2021 19:26:51 +0000 (20:26 +0100)
man/sd_bus_send.xml

index 02ba3b8104c45eee5bbebfbdd3bd39bad4882db5..315ad077ed42f55c86025fc0f122520d6b7fee14 100644 (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>