Skip to content

Commit 3430959

Browse files
sjp38dbaluta
authored andcommitted
Documentation/device_model: Fix wrong rules file description
Rule files ends with '.rules', but the description says it ends with '.conf'. This commit fixes it. Signed-off-by: SeongJae Park <sj38.park@gmail.com>
1 parent 2bc2129 commit 3430959

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/teaching/labs/device_model.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -799,8 +799,8 @@ in the ``/dev/`` directories can be automatically created for devices, and using
799799
``udev`` drivers can be automatically loaded for a device.
800800

801801
Rules for ``udev`` are located ``/etc/udev/rules.d``.
802-
Any file that ends with ``.conf`` in this directory will be parsed when an event
803-
occurs. For more details on how to write rules in these files see
802+
Any file that ends with ``.rules`` in this directory will be parsed when an
803+
event occurs. For more details on how to write rules in these files see
804804
`Writing udev rules <http://www.reactivated.net/writing_udev_rules.html>`_.
805805
For testing, there are utilities such as ``udevmonitor``, ``udevinfo`` and
806806
``udevtest``.

0 commit comments

Comments
 (0)