diff --git a/chapter06/patch-inst.xml b/chapter06/patch-inst.xml
index 69fa3d24d..cbd59252e 100644
--- a/chapter06/patch-inst.xml
+++ b/chapter06/patch-inst.xml
@@ -1,12 +1,20 @@
+
+
Installation of Patch
-Install Patch by running the following commands:
+Prepare Patch to be compiled:
CPPFLAGS=-D_GNU_SOURCE \
- ./configure --prefix=/usr &&
-make &&
-make install
+ ./configure --prefix=/usr
+
+Continue with compiling the package:
+
+make
+
+Finish installing the package:
+
+make install
diff --git a/chapter06/patch.xml b/chapter06/patch.xml
index cf54611db..442ad0e46 100644
--- a/chapter06/patch.xml
+++ b/chapter06/patch.xml
@@ -5,9 +5,9 @@
Estimated build time: &patch-time;
Estimated required disk space: &patch-compsize;
-&c6-patch-inst;
-&aa-patch-desc;
+&aa-patch-shortdesc;
&aa-patch-dep;
+&c6-patch-inst;