]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/udev_enumerate_new: fix style 39155/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 27 Sep 2025 13:28:18 +0000 (16:28 +0300)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 27 Sep 2025 13:28:18 +0000 (16:28 +0300)
Follow-up for 4f4641799e289ad5d0c149004972470ce7961551.

man/udev_enumerate_new.xml

index 8c34e12bee82f4a1b0f476469e4ebb4b8aa8cf73..4941a229d395daca62e2551e3efe971dfce79068 100644 (file)
   <refsect1>
     <title>Description</title>
 
-    <para><function>udev_enumerate_new()</function> creates an enumeration context to scan /sys.</para>
+    <para><function>udev_enumerate_new()</function> creates an enumeration context to scan
+    <filename>/sys/</filename>.</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>
+    <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>