diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-04-08 16:37:31 +0000 |
---|---|---|
committer | Michael Witten <mfwitten@gmail.com> | 2011-04-11 05:49:32 +0000 |
commit | 0e4fa2abfefd6fd955e8cada7caf2733dabc529e (patch) | |
tree | 17a3050128f6e1d3a5a37b20043e9f4bfff45c0f /udev/udev.xml | |
parent | 960250952193db522b8ced336bf998bd7e8e4a31 (diff) |
Docs: udev.xml: Offset daemon name with commas
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Diffstat (limited to 'udev/udev.xml')
-rw-r--r-- | udev/udev.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/udev/udev.xml b/udev/udev.xml index ae9179826a..41d9790053 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -27,8 +27,8 @@ names provide a way to reliably identify devices based on their properties or current configuration.</para> - <para>The udev daemon <citerefentry><refentrytitle>udevd</refentrytitle> - <manvolnum>8</manvolnum></citerefentry> receives device uevents directly from + <para>The udev daemon, <citerefentry><refentrytitle>udevd</refentrytitle> + <manvolnum>8</manvolnum></citerefentry>, receives device uevents directly from the kernel whenever a device is added or removed from the system, or it changes its state. When udev receives a device event, it matches its configured set of rules against various device attributes to identify the device. Rules that match, may |