diff options
Diffstat (limited to 'udev.8')
-rw-r--r-- | udev.8 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,7 +23,7 @@ If udev receives a device event, it matches its configured rules against the ava .SH "CONFIGURATION" .PP All udev configuration files are placed in -\fI/etc/udev/*\fR. Every file consist of a set of lines of text. All empty lines or lines beginning with '#' will be ignored. +\fI/etc/udev/*\fR. Every file consists of a set of lines of text. All empty lines or lines beginning with '#' will be ignored. .SS "Configuration file" .PP udev expects its main configuration file at @@ -91,7 +91,7 @@ Match the kernel driver name. Match the device number on the bus. .TP \fBENV{\fR\fB\fIkey\fR\fR\fB}\fR -Match against the value of an environment key. Depending on the specified operation, this key is also used as a assignment. +Match against the value of an environment key. Depending on the specified operation, this key is also used as an assignment. .TP \fBSYSFS{\fR\fB\fIfilename\fR\fR\fB}\fR Match the sysfs attribute value. Up to five values can be specified. Trailing whitespace is ignored, if the specified match value does not contain trailing whitespace itself. |