diff --git a/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml b/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml
index 6e9e5e38be..6224d21c93 100644
--- a/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml
+++ b/en_US.ISO8859-1/books/arch-handbook/driverbasics/chapter.xml
@@ -67,25 +67,30 @@
a running kernel without constantly rebooting to test
changes.
- kernel
- modulesloading
+
+ kernel modules
+ loading
+
kernel modulesunloading
kernel moduleslisting
The kld interface is used through:
- kldload - loads a new kernel
- module
- kldunload - unloads a kernel
- module
- kldstat - lists the currently loaded
- modules
+
+ kldload - loads a new kernel
+ module
+
+ kldunload - unloads a kernel
+ module
+
+ kldstat - lists loaded
+ modules
Skeleton Layout of a kernel module
-/*
+ /*
* KLD Skeleton
* Inspired by Andrew Reiter's Daemonnews article
*/