From 33bcf8ea5c1e75fa7599fb543b219dae9116275d Mon Sep 17 00:00:00 2001 From: Andrei Borzenkov Date: Sun, 24 Aug 2014 11:11:33 +0400 Subject: [PATCH] Document "...|..." udev match syntax (cherry picked from commit bf2e0ece853b888eb37055849975ddeab3f5f051) --- man/udev.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/man/udev.xml b/man/udev.xml index 25a3ea99a..f71339892 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: