From: Daniel Drake
Date: Mon, 2 Oct 2006 23:45:56 +0000 (+0200)
Subject: writing_udev_rules: fix typo in example rule
X-Git-Tag: 174~2111
X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=72605f8b019b3bff4343d2a794b455425d8ccae8;p=elogind.git
writing_udev_rules: fix typo in example rule
This was pointed out by SG Wilkinson.
---
diff --git a/docs/writing_udev_rules/index.html b/docs/writing_udev_rules/index.html
index ce33bbb01..cc8fbd60c 100644
--- a/docs/writing_udev_rules/index.html
+++ b/docs/writing_udev_rules/index.html
@@ -16,7 +16,7 @@
Writing udev rules
by Daniel Drake (dsd)
-Version 0.7
+Version 0.72
The most recent version of this document can always be found at:
@@ -112,6 +112,7 @@ This document uses various examples (many of which are entirely fictional) to il
History
+October 2nd 2006 v0.72: Fixed a typo in one of the example rules.
- June 10th 2006 v0.71: Misc changes based on recent feedback - thanks!
- June 3rd 2006 v0.7: Complete rework, to be more suited for the modern-day udev.
- May 9th 2005 v0.6: Misc updates, including information about udevinfo, groups and permissions, logging, and udevtest.
@@ -671,7 +672,7 @@ To get around this, you simply need to think about what differs between sdb and
My rule:
-NAME=="sd?1", BUS=="scsi", SYSFS{model}=="X250,D560Z,C350Z", SYMLINK+="camera"
+KERNEL=="sd?1", BUS=="scsi", SYSFS{model}=="X250,D560Z,C350Z", SYMLINK+="camera"
USB Hard Disk