diff --git a/man/udev.xml b/man/udev.xml index db729378c5..2948b9ce2b 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -272,8 +272,8 @@ - Most of the fields support shell glob pattern matching. The following - pattern characters are supported: + Most of the fields support shell glob pattern matching and + alternate patterns. The following special characters are supported: * @@ -300,6 +300,14 @@ any characters not enclosed are matched. + + | + + Separates alternative patterns. For example, the pattern string + abc|x* would match either abc + or x*. + + The following keys can get values assigned: