X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udev.xml;h=01e9d522ed4d5f2b29499f875b565b65d1c3fa46;hp=4896c2bb27e8a8abf8399a850eff457f085b4f75;hb=33a570f38b02c4946abda3b94ecaa3657f70fb4f;hpb=226b96927176ff8db3bc0519a661220b1b980a55 diff --git a/udev.xml b/udev.xml index 4896c2bb2..01e9d522e 100644 --- a/udev.xml +++ b/udev.xml @@ -81,8 +81,8 @@ Rules files The udev rules are read from the files located in the /etc/udev/rules.d directory or at the location specified - value in the configuraton file. Every line in the rules file contains at least - one key value pair. There are two kind of keys, match and assignement keys. + value in the configuration file. Every line in the rules file contains at least + one key value pair. There are two kind of keys, match and assignment keys. If all match keys are matching against its value, the rule gets applied and the assign keys get the specified value assigned. A matching rule may specify the name of the device node, add a symlink pointing to the node, or run a specified @@ -238,7 +238,7 @@ - Matches any single character specified within the brackets. + Matches any single character specified within the brackets. For example, the pattern string 'tty[SR]' would match either 'ttyS' or 'ttyR'. Ranges are also supported within this match with the '-' character. For example, to match on the range of all digits, the pattern [0-9] would @@ -315,7 +315,7 @@ Import the printed result or the value of a file in environment key format into the event environment. will execute an - external program and read its output. will inport a + external program and read its output. will import a text file. If no option is given, udev will determine it from the executable bit of of the file permissions.