diff --git a/chapter06/hotplug.xml b/chapter06/hotplug.xml
index acbd622e4..d71faa63b 100644
--- a/chapter06/hotplug.xml
+++ b/chapter06/hotplug.xml
@@ -27,7 +27,7 @@ running kernel.
&dependencies;
-bash, coreutils, find, gawk, make
+Bash, Coreutils, Find, Gawk, Make
@@ -40,7 +40,7 @@ running kernel.
Copy a file that the install
target omits.
-cp etc/hotplug/pnp.distmap /etc/hotplug
+cp etc/hotplug/pnp.distmap /etc/hotplug
Remove the init script that Hotplug installs, since we're going to be
using the script included with LFS-Bootscripts:
@@ -52,7 +52,7 @@ that reason, remove the network hotplug agent:
rm -f /etc/hotplug/net.agent
-Create a directory for storing firmware that can be loaded by
+Create a directory for storing firmware that can be loaded by
hotplug:
mkdir /lib/firmware
@@ -68,7 +68,7 @@ that reason, remove the network hotplug agent:
Installed files
hotplug
/etc/hotplug/*.rc, /etc/hotplug/*.agent
-/etc/hotplug/hotplug.functions, /etc/hotplug/blacklist, /etc/hotplug/{pci,usb},
+/etc/hotplug/hotplug.functions, /etc/hotplug/blacklist, /etc/hotplug/{pci,usb},
/etc/hotplug/usb.usermap, /etc/hotplug.d, /var/log/hotplug/events
@@ -178,7 +178,7 @@ firmware loaded before use
/var/log/hotplug/events
-This file contains all the events that hotplug has
+This file contains all the events that hotplug has
called since bootup