summaryrefslogtreecommitdiffstats
path: root/man/sd_device_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_device_ref.xml
parentdocs/RELEASE: also mention syscall tables (diff)
downloadsystemd-52e30c6f8169cd9c96cb2a62a9792bda79dcdf8f.tar.xz
systemd-52e30c6f8169cd9c96cb2a62a9792bda79dcdf8f.zip
man: add "internal" to "reference counter"
Diffstat (limited to 'man/sd_device_ref.xml')
-rw-r--r--man/sd_device_ref.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_device_ref.xml b/man/sd_device_ref.xml
index b7ed4d985c..c2ba6b1571 100644
--- a/man/sd_device_ref.xml
+++ b/man/sd_device_ref.xml
@@ -42,10 +42,10 @@
</funcprototype>
</funcsynopsis>
- <para><function>sd_device_ref()</function> increases the reference counter of
+ <para><function>sd_device_ref()</function> increases the internal reference counter of
<parameter>device</parameter> by one.</para>
- <para><function>sd_device_unref()</function> decreases the reference counter of
+ <para><function>sd_device_unref()</function> decreases the internal reference counter of
<parameter>device</parameter> by one. Once the reference count has dropped to zero,
<parameter>device</parameter> is destroyed and cannot be used anymore, so further calls to
<function>sd_device_ref()</function> or <function>sd_device_unref()</function> are illegal.</para>