* [PATCH] docs: fix typo in example rule
@ 2006-10-02 23:06 Daniel Drake
2006-10-02 23:47 ` Kay Sievers
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Drake @ 2006-10-02 23:06 UTC (permalink / raw)
To: linux-hotplug
This typo was pointed out by SG Wilkinson
Index: udev-100/docs/writing_udev_rules/index.html
=================================--- udev-100/docs/writing_udev_rules/index.html
+++ udev-100/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 (man
<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 t
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>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CIDÞVDEV
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-10-02 23:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-02 23:06 [PATCH] docs: fix typo in example rule Daniel Drake
2006-10-02 23:47 ` Kay Sievers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).