From: Michal Soltys Date: Wed, 28 May 2008 15:20:07 +0000 (+0200) Subject: man: add NAME== match entry X-Git-Tag: 174~1689 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=bbf1599bb57795ba3a627b48c2c26589edc584c1;hp=b5254b42032b39e393f5c89102ca71c2b3fa0d11 man: add NAME== match entry --- 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. + + +