diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 0bffa6e2d..10bb765bd 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -112,6 +112,10 @@ First a summary, then a detailed log.
+August 12th, 2005 [matt]: Change findutils and vim's configure
+switch explanations to the convention used in the rest of the book (Bug
+1613).
+
August 12th, 2005 [matt]: Expand explanation of device node
creation at the start of chapter 6.
diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml
index 0c34ac14b..61674c1e9 100644
--- a/chapter06/findutils.xml
+++ b/chapter06/findutils.xml
@@ -38,9 +38,16 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make and Sed
./configure --prefix=/usr --libexecdir=/usr/lib/locate \
--localstatedir=/var/lib/locate
-The localstatedir option above changes the
-location of the locate database to be in /var/lib/locate, which is FHS-compliant.
+The meaning of the configure options:
+
+
+
+--localstatedir
+This option changes the location of the locate
+database to be in /var/lib/locate, which
+is FHS-compliant.
+
+
Compile the package:
diff --git a/chapter06/vim.xml b/chapter06/vim.xml
index dd8940c9f..299ea6e23 100644
--- a/chapter06/vim.xml
+++ b/chapter06/vim.xml
@@ -55,13 +55,19 @@ addressed upstream. The following patch fixes the problems:
./configure --prefix=/usr --enable-multibyte
-The optional but highly recommended
---enable-multibyte switch includes support for
-editing files in multibyte character encodings into
-vim. This is needed if using a locale with
-a multibyte character set. This switch is also helpful to be able to
-edit text files initially created in Linux distributions like Fedora
-Core that use UTF-8 as a default character set.
+The meaning of the configure options:
+
+
+
+--enable-multibyte
+This optional but highly recommended switch enables support for
+editing files in multibyte character encodings. This is needed if using a
+locale with a multibyte character set. This switch is also helpful to be able to
+edit text files initially created in Linux distributions like Fedora Core that
+use UTF-8 as a default character set.
+
+
+
Compile the package: