From: Roy Chen (陳彥廷) Date: Wed, 23 Sep 2020 09:52:22 +0000 (+0800) Subject: man: sd_bus_message_new: fix typo X-Git-Tag: v247-rc1~188 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f280aecd38bb1a62ac02fb1033644a97993860b2;p=thirdparty%2Fsystemd.git man: sd_bus_message_new: fix typo --- diff --git a/man/sd_bus_message_new.xml b/man/sd_bus_message_new.xml index efe650dea7e..7eb2c49fcca 100644 --- a/man/sd_bus_message_new.xml +++ b/man/sd_bus_message_new.xml @@ -118,7 +118,7 @@ for an example how to use the cleanup attribute. sd_bus_message_ref() and sd_bus_message_unref() - execute no operation if the passed in bus object address is + execute no operation if the passed in bus message object address is NULL. sd_bus_message_unrefp() will first dereference its argument, which must not be NULL, and will execute no operation if that is NULL.