diff --git a/chapter06/hotplug.xml b/chapter06/hotplug.xml
index d0e86e473..ac382408f 100644
--- a/chapter06/hotplug.xml
+++ b/chapter06/hotplug.xml
@@ -54,7 +54,8 @@ that reason, remove the network hotplug agent:
touch /var/log/hotplug/events
-Create a directory for storing firmware that can be loaded by hotplug:
+Create a directory for storing firmware that can be loaded by
+hotplug:
mkdir /lib/firmware
@@ -83,7 +84,7 @@ that reason, remove the network hotplug agent:
hotplug
This script is called by default by the Linux kernel when something
-changes in its internal state (e.g., a new device is added or removed).
+changes in its internal state (e.g., a new device is added or removed)
@@ -97,7 +98,7 @@ hardware already present during system startup. They are called by the
hotplug initscript that comes from the LFS-Bootscripts
package. The *.rc scripts try to recover hotplug events that
were lost during system boot because, for example, the root filesystem was not
-mounted by the kernel.
+mounted by the kernel
@@ -109,8 +110,7 @@ sortas="d-/etc/hotplug/*.agent">/etc/hotplug/*.agent
These scripts are called by hotplug
in response to different types of hotplug events generated by the kernel.
Their action is to insert corresponding kernel modules and call any
-user-provided scripts.
-
+user-provided scripts
@@ -120,8 +120,7 @@ user-provided scripts.
/etc/hotplug/blacklist
This file contains the list of modules that should never be inserted into
-the kernel by the hotplug scripts.
-
+the kernel by the Hotplug scripts
@@ -131,8 +130,7 @@ the kernel by the hotplug scripts.
/etc/hotplug/hotplug.functions
This file contains common functions used by other scripts in the Hotplug
-package.
-
+package
@@ -141,8 +139,7 @@ package.
/etc/hotplug/{pci,usb}
-These directories contain user-written handlers for hotplug events.
-
+These directories contain user-written handlers for hotplug events
@@ -152,8 +149,7 @@ sortas="e-/etc/hotplug/{pci,usb}">/etc/hotplug/{pci,usb}
/etc/hotplug/usb.usermap
This file contains rules that determine which user-defined handlers to
-call for each USB device, based on its vendor ID and other attributes.
-
+call for each USB device, based on its vendor ID and other attributes
@@ -164,7 +160,7 @@ call for each USB device, based on its vendor ID and other attributes.
sortas="e-/etc/hotplug.d">/etc/hotplug.d
This directory contains programs (or symlinks to them) that are interested
in receiving hotplug events. For example, Udev puts
-its symlink here during installation.
+its symlink here during installation
@@ -174,7 +170,7 @@ its symlink here during installation.
/lib/firmware
This directory contains the firmware for devices that need to have their
-firmware loaded before use.
+firmware loaded before use
@@ -183,8 +179,8 @@ firmware loaded before use.
/var/log/hotplug/events
-This file contains all the events that hotplug has called since bootup.
-
+This file contains all the events that hotplug has
+called since bootup