chiark / gitweb /
add $links substitution
[elogind.git] / udev.xml
index e4329653170e1921482e9510cb684f9cd7755dd5..15651e006e7fa8cb259a3d0c64fe5c68c8368457 100644 (file)
--- a/udev.xml
+++ b/udev.xml
             <varlistentry>
               <term><option>$name</option></term>
               <listitem>
-                <para>The name of the device node. The value is only set if an earlier
-                rule assigned a value, or during a remove events.</para>
+                <para>The current name of the device node. If not changed by a rule, it is the
+                name of the kernel device.</para>
+              </listitem>
+            </varlistentry>
+
+            <varlistentry>
+              <term><option>$links</option></term>
+              <listitem>
+                <para>The current list of symlinks, separated by a space character. The value is
+                only set if an earlier rule assigned a value, or during a remove events.</para>
               </listitem>
             </varlistentry>