diff --git a/chapter06/dbus.xml b/chapter06/dbus.xml
index 06b66851e..7d148d5ce 100644
--- a/chapter06/dbus.xml
+++ b/chapter06/dbus.xml
@@ -48,14 +48,14 @@
Prepare D-Bus for compilation:
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-static \
- --disable-doxygen-docs \
- --disable-xml-docs \
- --docdir=/usr/share/doc/dbus-&dbus-version; \
- --with-console-auth-dir=/run/console
+./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --disable-static \
+ --disable-doxygen-docs \
+ --disable-xml-docs \
+ --docdir=/usr/share/doc/dbus-&dbus-version; \
+ --with-console-auth-dir=/run/console
The meaning of the configure options: