summaryrefslogtreecommitdiff
path: root/man/sd_bus_slot_ref.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_slot_ref.xml
parentedef9c469a3fd7f3b669f3a37dfac041bab6e078 (diff)
downloadsystemd-52e30c6f8169cd9c96cb2a62a9792bda79dcdf8f.tar.gz
man: add "internal" to "reference counter"
Diffstat (limited to 'man/sd_bus_slot_ref.xml')
-rw-r--r--man/sd_bus_slot_ref.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_bus_slot_ref.xml b/man/sd_bus_slot_ref.xml
index c200bc4a5a..8ada3cbcf1 100644
--- a/man/sd_bus_slot_ref.xml
+++ b/man/sd_bus_slot_ref.xml
@@ -46,10 +46,10 @@
<refsect1>
<title>Description</title>
- <para><function>sd_bus_slot_ref()</function> increases the reference counter of
+ <para><function>sd_bus_slot_ref()</function> increases the internal reference counter of
<parameter>slot</parameter> by one.</para>
- <para><function>sd_bus_slot_unref()</function> decreases the reference counter of
+ <para><function>sd_bus_slot_unref()</function> decreases the internal reference counter of
<parameter>slot</parameter> by one. Once the reference count has dropped to zero, slot object is
destroyed and cannot be used anymore, so further calls to <function>sd_bus_slot_ref()</function>
or <function>sd_bus_slot_unref()</function> are illegal.</para>