diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-04-08 16:14:48 +0000 |
---|---|---|
committer | Michael Witten <mfwitten@gmail.com> | 2011-04-11 05:14:45 +0000 |
commit | e62c9c72cdb4ff920c71679f230cde9736570ee7 (patch) | |
tree | fa431740f0a3600b437647d16d04046680ae834a | |
parent | 1224944f61d88d7e09010c808b117ce102c61ef9 (diff) |
Docs: README: Clarify configuration of existing devices
Signed-off-by: Michael Witten <mfwitten@gmail.com>
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ Setup: - The udev daemon should be started to handle device events sent by the kernel. During bootup, the kernel can be asked to send events for all already existing - devices, to apply the configuration to these devices. This is usually done by: + devices so that they too can be configured by udev. This is usually done by: /sbin/udevadm trigger --type=subsystems /sbin/udevadm trigger --type=devices |