From 3e5958dee5f24283eb5c6a2d2d95e1a39428a3b8 Mon Sep 17 00:00:00 2001 From: "kay.sievers@vrfy.org" Date: Sun, 13 Mar 2005 11:40:32 +0100 Subject: [PATCH] add ENV{} key to match agains environment variables --- udev.8.in | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'udev.8.in') diff --git a/udev.8.in b/udev.8.in index dbba297972..84d8a313da 100644 --- a/udev.8.in +++ b/udev.8.in @@ -115,13 +115,17 @@ Match the kernel driver name. Match the device number on the bus, like PCI bus id. .TP .BI SYSFS{ filename } -Match sysfs device attribute like label, vendor, USB serial number, SCSI UUID -or file system label. Up to 5 different sysfs files can be checked, with -all of the values being required to match the rule. +Match sysfs device attribute like vendor and product id's, USB serial number +or the SCSI disk model number. Up to 5 different sysfs files can be checked, +with all of the values being required to match the rule. .br Trailing whitespace characters in the sysfs attribute value are ignored, if the key doesn't have any trailing whitespace characters by itself. .TP +.BI ENV{ variable } +Match an environment variable. Up to 5 different environment variables can be +checked, with all of the values being required to match the rule. +.TP .B PROGRAM Call external program. This key is valid if the program returns successful. The environment variables of -- cgit v1.2.3-54-g00ecf