]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: sd_bus_message_new: fix typo
authorRoy Chen (陳彥廷) <roycyt@gmail.com>
Wed, 23 Sep 2020 09:52:22 +0000 (17:52 +0800)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 23 Sep 2020 09:58:08 +0000 (11:58 +0200)
man/sd_bus_message_new.xml

index efe650dea7e46e84ba0e20b01143f8b94aa7289c..7eb2c49fcca23ff9fd54efa7d7a0638af1bb6f54 100644 (file)
     for an example how to use the cleanup attribute.</para>
 
     <para><function>sd_bus_message_ref()</function> and <function>sd_bus_message_unref()</function>
-    execute no operation if the passed in bus object address is
+    execute no operation if the passed in bus message object address is
     <constant>NULL</constant>. <function>sd_bus_message_unrefp()</function> will first dereference
     its argument, which must not be <constant>NULL</constant>, and will execute no operation if
     <emphasis>that</emphasis> is <constant>NULL</constant>.