chiark / gitweb /
Docs: udev.xml: Clean character range description
authorMichael Witten <mfwitten@gmail.com>
Fri, 8 Apr 2011 21:45:16 +0000 (21:45 +0000)
committerMichael Witten <mfwitten@gmail.com>
Mon, 11 Apr 2011 05:49:36 +0000 (05:49 +0000)
Signed-off-by: Michael Witten <mfwitten@gmail.com>
udev/udev.xml

index 40ccd541a051120fd7c4524568b3a05c475c9b30..77053b7700d77ed1f18fa1771e136db6eb4433af 100644 (file)
           <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>