From: Michael Witten Date: Fri, 8 Apr 2011 21:45:16 +0000 (+0000) Subject: Docs: udev.xml: Clean character range description X-Git-Tag: 174~138^2~19 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=2c47027b31f7af9b7b25348f2baba77bba586b61;hp=954e9c52d1b28c4e2607dd98c62c8424e46f8549;ds=sidebyside Docs: udev.xml: Clean character range description Signed-off-by: Michael Witten --- diff --git a/udev/udev.xml b/udev/udev.xml index 40ccd541a..77053b770 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -295,8 +295,8 @@ 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.