mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-06-16 02:35:58 +00:00
Document "...|..." udev match syntax
(cherry picked from commit bf2e0ece85)
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
8e2990858e
commit
33bcf8ea5c
+10
-2
@@ -272,8 +272,8 @@
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
<para>Most of the fields support shell glob pattern matching. The following
|
||||
pattern characters are supported:</para>
|
||||
<para>Most of the fields support shell glob pattern matching and
|
||||
alternate patterns. The following special characters are supported:</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><literal>*</literal></term>
|
||||
@@ -300,6 +300,14 @@
|
||||
any characters not enclosed are matched.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><literal>|</literal></term>
|
||||
<listitem>
|
||||
<para>Separates alternative patterns. For example, the pattern string
|
||||
<literal>abc|x*</literal> would match either <literal>abc</literal>
|
||||
or <literal>x*</literal>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
<para>The following keys can get values assigned:</para>
|
||||
|
||||
Reference in New Issue
Block a user