break;
case 'D':
if (strlen(udev->kernel_number) == 0) {
- strcat(pos, "disk");
+ strcat(pos, "disc");
break;
}
strcat(pos, "part");
desc => "devfs disk naming substitution",
subsys => "block",
devpath => "block/sda",
- expected => "lun0/disk" ,
+ expected => "lun0/disc" ,
conf => <<EOF
LABEL, BUS="scsi", vendor="IBM-ESXS", NAME="lun0/%D"
EOF
.B %D
Use the devfs style disk name for this device.
For partitions, this will result in 'part%n'
-If this is not a partition, it will result in 'disk'.
+If this is not a partition, it will result in 'disc'.
.P
.RI "A sample " udev.rules " might look like this:"
.sp
# the PROGRAM field for the obvious reason.)
# %D - use the devfs style disk name for this device.
# For partitions, this will result in 'part%n'
-# If this is not a partition, it will result in 'disk'
+# If this is not a partition, it will result in 'disc'
#
# Looking for scsi bus id 42:0:0:1
# the PROGRAM field for the obvious reason.)
# %D - use the devfs style disk name for this device.
# For partitions, this will result in 'part%n'
-# If this is not a partition, it will result in 'disk'
+# If this is not a partition, it will result in 'disc'
#
# ide block devices