summaryrefslogtreecommitdiff
path: root/man/sd_bus_message_new.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-04-12 15:33:05 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-04-12 15:33:05 +0200
commit52e30c6f8169cd9c96cb2a62a9792bda79dcdf8f (patch)
treee34ca10ce2961e29cb2372a416fe1d29400513b0 /man/sd_bus_message_new.xml
parentedef9c469a3fd7f3b669f3a37dfac041bab6e078 (diff)
downloadsystemd-52e30c6f8169cd9c96cb2a62a9792bda79dcdf8f.tar.gz
man: add "internal" to "reference counter"
Diffstat (limited to 'man/sd_bus_message_new.xml')
-rw-r--r--man/sd_bus_message_new.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/man/sd_bus_message_new.xml b/man/sd_bus_message_new.xml
index 4907c5a755..c56df615a6 100644
--- a/man/sd_bus_message_new.xml
+++ b/man/sd_bus_message_new.xml
@@ -99,14 +99,13 @@
<citerefentry><refentrytitle>sd_bus_message_set_allow_interactive_authorization</refentrytitle><manvolnum>3</manvolnum></citerefentry>.
</para>
- <para><function>sd_bus_message_ref()</function> increases the reference counter of
+ <para><function>sd_bus_message_ref()</function> increases the internal reference counter of
<parameter>m</parameter> by one.</para>
- <para><function>sd_bus_message_unref()</function> decreases the reference counter of
+ <para><function>sd_bus_message_unref()</function> decreases the internal reference counter of
<parameter>m</parameter> by one. Once the reference count has dropped to zero, message object is
- destroyed and cannot be used anymore, so further calls to
- <function>sd_bus_message_ref()</function> or <function>sd_bus_message_unref()</function> are
- illegal.</para>
+ destroyed and cannot be used anymore, so further calls to <function>sd_bus_message_ref()</function> or
+ <function>sd_bus_message_unref()</function> are illegal.</para>
<para><function>sd_bus_message_unrefp()</function> is similar to
<function>sd_bus_message_unref()</function> but takes a pointer to a