diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 7eaf5a834..ed9bc23b6 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -35,6 +35,10 @@
+April 3rd, 2002 [gerard]: Chapter 06 - Groff: Added a few
+symlinks that are used by programs like xman and
+others.
+
April 3rd, 2002 [gerard]: Chapter 04 - Mounting partitions:
Added some notes how to deal with multiple partitions ($LFS, $LFS/usr and
so on).
diff --git a/chapter06/groff-exp.xml b/chapter06/groff-exp.xml
new file mode 100644
index 000000000..99a7c8281
--- /dev/null
+++ b/chapter06/groff-exp.xml
@@ -0,0 +1,9 @@
+
+Command explanations
+
+ln -s ...: These symlinks are needed for some
+xman and other groff/man document programs to work
+properly.
+
+
+
diff --git a/chapter06/groff-inst.xml b/chapter06/groff-inst.xml
index 4ee97b4bf..4d320d42f 100644
--- a/chapter06/groff-inst.xml
+++ b/chapter06/groff-inst.xml
@@ -5,7 +5,11 @@
./configure --prefix=/usr &&
make &&
-make install
+make install &&
+cd /usr/bin &&
+ln -s soelim zsoelim &&
+ln -s eqn geqn &&
+ln -s tbl gtbl
diff --git a/chapter06/groff.xml b/chapter06/groff.xml
index af6937966..1308f2058 100644
--- a/chapter06/groff.xml
+++ b/chapter06/groff.xml
@@ -6,6 +6,7 @@
Estimated required disk space: &groff-compsize;
&c6-groff-inst;
+&c6-groff-exp;
&aa-groff-desc;
&aa-groff-dep;
diff --git a/index.xml b/index.xml
index 848cab5df..1da82e15a 100644
--- a/index.xml
+++ b/index.xml
@@ -267,6 +267,7 @@
+