summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Soltys <soltys@ziu.info>2008-05-28 17:20:07 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-05-28 17:20:07 +0200
commitbbf1599bb57795ba3a627b48c2c26589edc584c1 (patch)
tree3a63cd97d10950e13a917f444ecd64ac72e46212
parentb5254b42032b39e393f5c89102ca71c2b3fa0d11 (diff)
man: add NAME== match entry
-rw-r--r--udev.75
-rw-r--r--udev.xml9
2 files changed, 14 insertions, 0 deletions
diff --git a/udev.7 b/udev.7
index a09bdf9ec7..b27b65c365 100644
--- a/udev.7
+++ b/udev.7
@@ -105,6 +105,11 @@ Match the devpath of the event device\.
Match the name of the event device\.
.RE
.PP
+\fBNAME\fR
+.RS 4
+Match the name of the node or network interface\. It can be used once the NAME key has been set in one of the preceding rules\.
+.RE
+.PP
\fBSUBSYSTEM\fR
.RS 4
Match the subsystem of the event device\.
diff --git a/udev.xml b/udev.xml
index a7422e1ca0..5eff452b77 100644
--- a/udev.xml
+++ b/udev.xml
@@ -160,6 +160,15 @@
</varlistentry>
<varlistentry>
+ <term><option>NAME</option></term>
+ <listitem>
+ <para>Match the name of the node or network interface. It can
+ be used once the NAME key has been set in one of the preceding
+ rules.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>SUBSYSTEM</option></term>
<listitem>
<para>Match the subsystem of the event device.</para>