chiark / gitweb /
man: add "link_priority" option
authorKay Sievers <kay.sievers@vrfy.org>
Mon, 19 Mar 2007 14:41:06 +0000 (15:41 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Mon, 19 Mar 2007 14:41:06 +0000 (15:41 +0100)
udev.7
udev.xml

diff --git a/udev.7 b/udev.7
index 1eb766fd9ed685a09ce23ba99649b712bdcd0496..a4b15886c7ed3e312f88974f61a84471c9bacfcf 100644 (file)
--- a/udev.7
+++ b/udev.7
@@ -258,14 +258,34 @@ Wait for the specified sysfs file of the device to be created. Can be used to fi
 .PP
 \fBOPTIONS\fR
 .RS 4
+Rule and device options:
+.RS 4
+.PP
 \fBlast_rule\fR
-stops further rules application. No later rules will have any effect.
+.RS 4
+Stops further rules application. No later rules will have any effect.
+.RE
+.PP
 \fBignore_device\fR
-will ignore this event completely.
+.RS 4
+Ignore this event completely.
+.RE
+.PP
 \fBignore_remove\fR
-will ignore any later remove event for this device. This may be useful as a workaround for broken device drivers.
+.RS 4
+Ignore any later remove event for this device. This may be useful as a workaround for broken device drivers.
+.RE
+.PP
+\fBlink_priority=\fR\fB\fIvalue\fR\fR
+.RS 4
+Specify the priority of the created symlinks. Devices with higher priorities overwrite existing symlinks of other devices.
+.RE
+.PP
 \fBall_partitions\fR
-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.
+.RS 4
+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.
+.RE
+.RE
 .RE
 .PP
 The
index e31df4545863590dc66eb6470fff357845a0412d..5ba3d3636cacdd20ab544b56375528fec36f10f7 100644 (file)
--- a/udev.xml
+++ b/udev.xml
             <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>