summaryrefslogtreecommitdiff
path: root/udev.xml
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-04-21 17:43:12 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-04-21 17:43:12 +0200
commit927e994219e7d6ddbe9c14800b15fd1bc1613613 (patch)
tree8e8244281612a65cfffebc5801e00512de562b62 /udev.xml
parent953080abd9873dd92159c25cd34252c4cc366011 (diff)
add $links substitution
Diffstat (limited to 'udev.xml')
-rw-r--r--udev.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/udev.xml b/udev.xml
index e432965317..15651e006e 100644
--- a/udev.xml
+++ b/udev.xml
@@ -556,8 +556,16 @@
<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>