Document "...|..." udev match syntax

This commit is contained in:
Andrei Borzenkov 2014-08-24 11:11:33 +04:00 committed by Zbigniew Jędrzejewski-Szmek
parent 36f5ace2db
commit bf2e0ece85
1 changed files with 10 additions and 2 deletions

View File

@ -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>