diff options
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> |