From bbf1599bb57795ba3a627b48c2c26589edc584c1 Mon Sep 17 00:00:00 2001 From: Michal Soltys Date: Wed, 28 May 2008 17:20:07 +0200 Subject: [PATCH] man: add NAME== match entry --- udev.7 | 5 +++++ udev.xml | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/udev.7 b/udev.7 index a09bdf9ec..b27b65c36 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 a7422e1ca..5eff452b7 100644 --- a/udev.xml +++ b/udev.xml @@ -159,6 +159,15 @@ + + + + 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. + + + -- 2.30.2