diff options
Diffstat (limited to 'man/sd_device_ref.xml')
-rw-r--r-- | man/sd_device_ref.xml | 4 |
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> |