diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2007-08-29 14:04:55 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-08-29 14:04:55 +0200 |
commit | 1113044be205f9d78642744ffaa01329a77bee79 (patch) | |
tree | 944494300c894b8e2ce36f07c4fdc0799c625581 /udev.7 | |
parent | 739b614721580b95aebdfd295eebb0a6246803ad (diff) |
add $name substitution
Diffstat (limited to 'udev.7')
-rw-r--r-- | udev.7 | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -331,7 +331,7 @@ and \fBATTRS\fR\. .RE .PP -\fB$driver\fR, \fB%d\fR +\fB$driver\fR .RS 4 The driver name of the device matched while searching the devpath upwards for \fBSUBSYSTEMS\fR, @@ -373,6 +373,11 @@ The string returned by the external program requested with PROGRAM\. A single pa The node name of the parent device\. .RE .PP +\fB$name\fR +.RS 4 +The name of the device node\. The value is only set if an earlier rule assigned a value, or during a remove events\. +.RE +.PP \fB$root\fR, \fB%r\fR .RS 4 The udev_root value\. |