diff options
author | Roy Chen (陳彥廷) <roycyt@gmail.com> | 2020-09-23 17:52:22 +0800 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-09-23 11:58:08 +0200 |
commit | f280aecd38bb1a62ac02fb1033644a97993860b2 (patch) | |
tree | 7ba096d54f76a3f1dc4589f7f56e1b24b361c4df /man | |
parent | 1f0541dace375fea7cc860caf9d39a22cc792ec2 (diff) | |
download | systemd-f280aecd38bb1a62ac02fb1033644a97993860b2.tar.gz |
man: sd_bus_message_new: fix typo
Diffstat (limited to 'man')
-rw-r--r-- | man/sd_bus_message_new.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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.</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>. |