diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-04-08 21:15:25 +0000 |
---|---|---|
committer | Michael Witten <mfwitten@gmail.com> | 2011-04-11 05:49:34 +0000 |
commit | b834042f05a821f29e3d7cdb4d9262a9b7cdfc4d (patch) | |
tree | 16e1898f31051e874a38f6271c7fbe423ee48305 | |
parent | 57c0409fcebbfc34e386cc48425f44c364d378ff (diff) |
Docs: udev.xml: Use `assignment' consistently
Signed-off-by: Michael Witten <mfwitten@gmail.com>
-rw-r--r-- | udev/udev.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/udev.xml b/udev/udev.xml index e012bf8182..475ded701d 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -86,7 +86,7 @@ <para>Every line in the rules file contains at least one key-value pair. There are two kind of keys: match and assignment. If all match keys are matching against its value, the rule gets applied and the - assign keys get the specified value assigned.</para> + assignment keys get the specified value assigned.</para> <para>A matching rule may rename a network interface, add symlinks pointing to the device node, or run a specified program as part of |