From 7a17ca7e798bd97678eb5e053f710b35b4674250 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 19 Mar 2007 15:41:06 +0100 Subject: [PATCH] man: add "link_priority" option --- udev.7 | 28 ++++++++++++++++++++++++---- udev.xml | 46 ++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 62 insertions(+), 12 deletions(-) diff --git a/udev.7 b/udev.7 index 1eb766fd9..a4b15886c 100644 --- 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 diff --git a/udev.xml b/udev.xml index e31df4545..5ba3d3636 100644 --- a/udev.xml +++ b/udev.xml @@ -390,14 +390,44 @@ - stops further rules application. No later rules - will have any effect. - will ignore this event completely. - will ignore any later remove event for this - device. This may be useful as a workaround for broken device drivers. - 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. + Rule and device options: + + + + + Stops further rules application. No later rules will have + any effect. + + + + + + Ignore this event completely. + + + + + + Ignore any later remove event for this device. This may be useful + as a workaround for broken device drivers. + + + + + + Specify the priority of the created symlinks. Devices with higher + priorities overwrite existing symlinks of other devices. + + + + + + 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. + + + -- 2.30.2