mirror of
https://github.com/systemd/systemd.git
synced 2025-03-25 18:50:18 +03:00
Document "...|..." udev match syntax
This commit is contained in:
parent
36f5ace2db
commit
bf2e0ece85
Notes:
Lennart Poettering
2014-10-24 17:11:48 +02:00
Backport: docfix
12
man/udev.xml
12
man/udev.xml
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user