diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 4640f8ee7..8efb71cc3 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -94,6 +94,9 @@ first a summary, then a detailed log.
+May 6th, 2004 [winkie]: Chapter 6 - Removed unused and broken
+entries from nsswitch.conf.
+
May 6th, 2004 [winkie]: Chapter 6 - Add Readline installation
and use it when building Bash.
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 6fd2b5fb8..0a98015b4 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -161,17 +161,13 @@ passwd: files
group: files
shadow: files
-publickey: files
-
hosts: files dns
networks: files
-protocols: db files
-services: db files
-ethers: db files
-rpc: db files
-
-netgroup: db files
+protocols: files
+services: files
+ethers: files
+rpc: files
# End /etc/nsswitch.conf
EOF
diff --git a/chapter07/network.xml b/chapter07/network.xml
index 239bf1daa..0082c47d9 100644
--- a/chapter07/network.xml
+++ b/chapter07/network.xml
@@ -58,7 +58,7 @@ other IP assignment methods. This would commonly be used if you need DHCP,
which is addressed in the BLFS book.
Of course, GATEWAY should contain the IP of your default gateway, if you
-have one. If not, them comment out the variable entirely.
+have one. If not, then comment out the variable entirely.