Remove obsolete udev_root references

This was removed in 6ada823a9a
This commit is contained in:
Robby Workman 2015-11-15 15:07:37 -06:00 committed by Robby Workman
parent 4ea0be0484
commit 26b8f53163
3 changed files with 0 additions and 20 deletions

View File

@ -515,11 +515,6 @@ The current name of the device\&. If not changed by a rule, it is the name of th
A space\-separated list of the current symlinks\&. The value is only set during a remove event or if an earlier rule assigned a value\&.
.RE
.PP
\fB$root\fR, \fB%r\fR
.RS 4
The udev_root value\&.
.RE
.PP
\fB$sys\fR, \fB%S\fR
.RS 4
The sysfs mount point\&.

View File

@ -702,13 +702,6 @@
</listitem>
</varlistentry>
<varlistentry>
<term><option>$root</option>, <option>%r</option></term>
<listitem>
<para>The udev_root value.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>$sys</option>, <option>%S</option></term>
<listitem>

View File

@ -886,14 +886,6 @@ EOF
exp_name => "sda-part-1",
rules => <<EOF
SUBSYSTEMS=="scsi", KERNEL=="sda1", SYMLINK+="%P-part-1"
EOF
},
{
desc => "udev_root substitution",
devpath => "/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1",
exp_name => "start-/dev-end",
rules => <<EOF
SUBSYSTEMS=="scsi", KERNEL=="sda1", SYMLINK+="start-%r-end"
EOF
},
{