diff --git a/chapter06/grep-inst.xml b/chapter06/grep-inst.xml
index 17885b7f5..57cfdf976 100644
--- a/chapter06/grep-inst.xml
+++ b/chapter06/grep-inst.xml
@@ -1,11 +1,21 @@
+
+
Installation of Grep
-Install Grep by running the following commands:
+Prepare Grep to be compiled:
-./configure --prefix=/usr --bindir=/bin &&
-make &&
-make install
+
+./configure --prefix=/usr --bindir=/bin
+
+
+Continue with compiling the package:
+
+make
+
+And finish off installing the package:
+
+make install
diff --git a/chapter06/grep.xml b/chapter06/grep.xml
index fb9acee30..d764ecd27 100644
--- a/chapter06/grep.xml
+++ b/chapter06/grep.xml
@@ -5,8 +5,8 @@
Estimated build time: &grep-time;
Estimated required disk space: &grep-compsize;
-&c6-grep-inst;
-&aa-grep-desc;
+&aa-grep-shortdesc;
&aa-grep-dep;
+&c6-grep-inst;