summaryrefslogtreecommitdiff
path: root/docs/writing_udev_rules/index.html
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2006-12-08 10:10:56 +0100
committerKay Sievers <kay.sievers@vrfy.org>2006-12-08 10:10:56 +0100
commit8af231997824fd1e51a372ae16d4086358c4e83d (patch)
tree5e6c68d05174cddbe383300068bfb38d12d69504 /docs/writing_udev_rules/index.html
parent9dd0c2573b1e3a6f18356e4db6cee5e5329ecb67 (diff)
remove outdated documentation
Diffstat (limited to 'docs/writing_udev_rules/index.html')
-rw-r--r--docs/writing_udev_rules/index.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/writing_udev_rules/index.html b/docs/writing_udev_rules/index.html
index cc8fbd60c7..b41664bf69 100644
--- a/docs/writing_udev_rules/index.html
+++ b/docs/writing_udev_rules/index.html
@@ -238,8 +238,6 @@ Here is an example rule to illustrate the above:
The above rule includes one match key (<em>KERNEL</em>) and one assignment key (<em>NAME</em>). The semantics of these keys and their properties will be detailed later. It is important to note that the match key is related to its value through the equality operator (==), whereas the assignment key is related to its value through the assignment operator (=).
</p>
-<!-- fixme udevstart? -->
-
<a name="basic"></a>
<h3>Basic Rules</h3>