diff options
author | Daniel Drake <dsd@gentoo.org> | 2006-10-03 01:45:56 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-10-03 01:45:56 +0200 |
commit | 72605f8b019b3bff4343d2a794b455425d8ccae8 (patch) | |
tree | 009a3b289f7585fe15a64cc56d2d829b73e09f70 /docs | |
parent | 56baaedc90fcc7d358d6cfc29e3e95ab70b5cbff (diff) |
writing_udev_rules: fix typo in example rule
This was pointed out by SG Wilkinson.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/writing_udev_rules/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/writing_udev_rules/index.html b/docs/writing_udev_rules/index.html index ce33bbb011..cc8fbd60c7 100644 --- a/docs/writing_udev_rules/index.html +++ b/docs/writing_udev_rules/index.html @@ -16,7 +16,7 @@ <h1>Writing udev rules</h1> by Daniel Drake (dsd)<br /> -Version 0.7<br /><br /> +Version 0.72<br /><br /> The most recent version of this document can always be found at: <br /> @@ -112,6 +112,7 @@ This document uses various examples (many of which are entirely fictional) to il <h3>History</h3> <ul> +<ul>October 2nd 2006 v0.72: Fixed a typo in one of the example rules.</li> <li>June 10th 2006 v0.71: Misc changes based on recent feedback - thanks!</li> <li>June 3rd 2006 v0.7: Complete rework, to be more suited for the modern-day udev.</li> <li>May 9th 2005 v0.6: Misc updates, including information about udevinfo, groups and permissions, logging, and udevtest.</li> @@ -671,7 +672,7 @@ To get around this, you simply need to think about what differs between sdb and My rule: </p> -<blockquote><pre>NAME=="sd?1", BUS=="scsi", SYSFS{model}=="X250,D560Z,C350Z", SYMLINK+="camera"</pre></blockquote> +<blockquote><pre>KERNEL=="sd?1", BUS=="scsi", SYSFS{model}=="X250,D560Z,C350Z", SYMLINK+="camera"</pre></blockquote> <a name="example-usbhdd"></a> <h3>USB Hard Disk</h3> |