From 534b6905687bbc5d523e5464b7be4fb58f338acd Mon Sep 17 00:00:00 2001 From: Andrei Borzenkov Date: Wed, 27 Aug 2014 21:41:14 -0400 Subject: Document "...|..." udev match syntax Signed-off-by: Anthony G. Basile --- man/udev.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'man/udev.xml') diff --git a/man/udev.xml b/man/udev.xml index 96867a3457..d4a5bedfdd 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -273,8 +273,9 @@ - Most of the fields support shell-style 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 +301,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: -- cgit v1.2.3-54-g00ecf