From f280aecd38bb1a62ac02fb1033644a97993860b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roy=20Chen=20=28=E9=99=B3=E5=BD=A5=E5=BB=B7=29?= Date: Wed, 23 Sep 2020 17:52:22 +0800 Subject: [PATCH] man: sd_bus_message_new: fix typo --- man/sd_bus_message_new.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.