diff options
Diffstat (limited to 'chapter07/udev.xml')
-rw-r--r-- | chapter07/udev.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/udev.xml b/chapter07/udev.xml index b091d9ac6..7d1f9b59c 100644 --- a/chapter07/udev.xml +++ b/chapter07/udev.xml @@ -251,7 +251,7 @@ <title>Udev creates a device incorrectly, or makes a wrong symlink</title> <para>This usually happens if a rule unexpectedly matches a device. For - example, a poorly-writen rule can match both a SCSI disk (as desired) + example, a poorly-written rule can match both a SCSI disk (as desired) and the corresponding SCSI generic device (incorrectly) by vendor. Find the offending rule and make it more specific, with the help of the <command>udevadm info</command> command.</para> |