diff --git a/man/sd_bus_message_new.xml b/man/sd_bus_message_new.xml index efe650dea7..7eb2c49fcc 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.