diff options
author | Michal Soltys <soltys@ziu.info> | 2008-05-28 17:20:07 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-05-28 17:20:07 +0200 |
commit | bbf1599bb57795ba3a627b48c2c26589edc584c1 (patch) | |
tree | 3a63cd97d10950e13a917f444ecd64ac72e46212 | |
parent | b5254b42032b39e393f5c89102ca71c2b3fa0d11 (diff) |
man: add NAME== match entry
-rw-r--r-- | udev.7 | 5 | ||||
-rw-r--r-- | udev.xml | 9 |
2 files changed, 14 insertions, 0 deletions
@@ -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\. @@ -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> |