summaryrefslogtreecommitdiff
path: root/udev.xml
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2007-03-19 15:41:06 +0100
committerKay Sievers <kay.sievers@vrfy.org>2007-03-19 15:41:06 +0100
commit7a17ca7e798bd97678eb5e053f710b35b4674250 (patch)
tree5cf6150096c72fb8b74fbb999c6459f5da38c0a6 /udev.xml
parent3d1f807b89a8963c5a5e1a5b75a32a2ba71a61bd (diff)
man: add "link_priority" option
Diffstat (limited to 'udev.xml')
-rw-r--r--udev.xml46
1 files changed, 38 insertions, 8 deletions
diff --git a/udev.xml b/udev.xml
index e31df45458..5ba3d3636c 100644
--- a/udev.xml
+++ b/udev.xml
@@ -390,14 +390,44 @@
<varlistentry>
<term><option>OPTIONS</option></term>
<listitem>
- <para><option>last_rule</option> stops further rules application. No later rules
- will have any effect.
- <option>ignore_device</option> will ignore this event completely.
- <option>ignore_remove</option> will ignore any later remove event for this
- device. This may be useful as a workaround for broken device drivers.
- <option>all_partitions</option> will create the device nodes for all available
- partitions of a block device. This may be useful for removable media devices where
- media changes are not detected.</para>
+ <para>Rule and device options:</para>
+ <variablelist>
+ <varlistentry>
+ <term><option>last_rule</option></term>
+ <listitem>
+ <para>Stops further rules application. No later rules will have
+ any effect.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>ignore_device</option></term>
+ <listitem>
+ <para>Ignore this event completely.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>ignore_remove</option></term>
+ <listitem>
+ <para>Ignore any later remove event for this device. This may be useful
+ as a workaround for broken device drivers.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>link_priority=<replaceable>value</replaceable></option></term>
+ <listitem>
+ <para>Specify the priority of the created symlinks. Devices with higher
+ priorities overwrite existing symlinks of other devices.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>all_partitions</option></term>
+ <listitem>
+ <para>Create the device nodes for all available partitions of a block device.
+ This may be useful for removable media devices where media changes are not
+ detected.</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
</listitem>
</varlistentry>
</variablelist>