diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-04-21 17:43:12 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-04-21 17:43:12 +0200 |
commit | 927e994219e7d6ddbe9c14800b15fd1bc1613613 (patch) | |
tree | 8e8244281612a65cfffebc5801e00512de562b62 /udev.xml | |
parent | 953080abd9873dd92159c25cd34252c4cc366011 (diff) |
add $links substitution
Diffstat (limited to 'udev.xml')
-rw-r--r-- | udev.xml | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -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> |