diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml
index 2eff15494..e6a5e63eb 100644
--- a/chapter09/reboot.xml
+++ b/chapter09/reboot.xml
@@ -43,13 +43,13 @@ umount $LFS/sys
If multiple partitions were created, unmount the other
partitions before unmounting the main one, like this:
-umount $LFS/usr
+umount $LFS/usr
umount $LFS/home
umount $LFS
Now, reboot the system with:
-shutdown -r now
+shutdown -r now
Assuming the GRUB boot loader was set up as outlined earlier, the menu
is set to boot LFS &version; automatically.