mirror of
https://github.com/systemd/systemd
synced 2025-10-06 00:13:24 +02:00
man: add missing description for udev_enumerate_new functions
Add proper description section for udev_enumerate_new(), udev_enumerate_ref(), and udev_enumerate_unref() functions. The description matches the source code comments for consistency. Signed-off-by: Osama Abdelkader <osama.abdelkader@gmail.com>
This commit is contained in:
committed by
Yu Watanabe
parent
cf2630acaa
commit
4f4641799e
@@ -49,11 +49,16 @@
|
||||
</funcsynopsis>
|
||||
</refsynopsisdiv>
|
||||
|
||||
<!--<refsect1>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
||||
<para>XXX: Add short description.</para>
|
||||
</refsect1>-->
|
||||
<para><function>udev_enumerate_new()</function> creates an enumeration context to scan /sys.</para>
|
||||
|
||||
<para><function>udev_enumerate_ref()</function> takes a reference of an enumeration context.</para>
|
||||
|
||||
<para><function>udev_enumerate_unref()</function> drops a reference of an enumeration context. If the refcount reaches zero,
|
||||
all resources of the enumeration context will be released.</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
<title>Return Value</title>
|
||||
|
Reference in New Issue
Block a user