summaryrefslogtreecommitdiff
path: root/udev.xml
diff options
context:
space:
mode:
authorMichaƂ Bartoszkiewicz <embe-ml@magma-net.pl>2006-08-17 00:58:37 +0200
committerKay Sievers <kay.sievers@suse.de>2006-08-17 00:58:37 +0200
commit33a570f38b02c4946abda3b94ecaa3657f70fb4f (patch)
tree2dde57cf375274f1036a4722d3eee480d5f5de43 /udev.xml
parentdbd16d2684f77a74dc272ce0421315ea357dcaf7 (diff)
man pages: fix typos
Diffstat (limited to 'udev.xml')
-rw-r--r--udev.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/udev.xml b/udev.xml
index 4896c2bb27..01e9d522ed 100644
--- a/udev.xml
+++ b/udev.xml
@@ -81,8 +81,8 @@
<refsect2><title>Rules files</title>
<para>The udev rules are read from the files located in the
<filename>/etc/udev/rules.d</filename> 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 @@
<varlistentry>
<term><option>[]</option></term>
<listitem>
- <para>Matches any single character specified within the brackets.
+ <para>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 @@
<listitem>
<para>Import the printed result or the value of a file in environment key
format into the event environment. <option>program</option> will execute an
- external program and read its output. <option>file</option> will inport a
+ external program and read its output. <option>file</option> will import a
text file. If no option is given, udev will determine it from the executable
bit of of the file permissions.</para>
</listitem>