summaryrefslogtreecommitdiff
path: root/docs/writing_udev_rules/index.html
diff options
context:
space:
mode:
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>