summaryrefslogtreecommitdiff
path: root/udev/udev.xml
diff options
context:
space:
mode:
authorMichael Witten <mfwitten@gmail.com>2011-04-08 21:45:16 +0000
committerMichael Witten <mfwitten@gmail.com>2011-04-11 05:49:36 +0000
commit2c47027b31f7af9b7b25348f2baba77bba586b61 (patch)
tree20af47bc2b4f2987f06c617304f826c9be002049 /udev/udev.xml
parent954e9c52d1b28c4e2607dd98c62c8424e46f8549 (diff)
Docs: udev.xml: Clean character range description
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Diffstat (limited to 'udev/udev.xml')
-rw-r--r--udev/udev.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/udev/udev.xml b/udev/udev.xml
index 40ccd541a0..77053b7700 100644
--- a/udev/udev.xml
+++ b/udev/udev.xml
@@ -295,8 +295,8 @@
<listitem>
<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
+ Ranges are also supported via the '-' character.
+ For example, to match on the range of all digits, the pattern [0-9] could
be used. If the first character following the '[' is a '!', any characters
not enclosed are matched.</para>
</listitem>