diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 1b52bd3e5..3ad253e56 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -49,6 +49,10 @@
sanity checks. These fixes are adapted from DIY-Linux and Greg Schafer.
Thanks to Dan Nicholson for the report, as well.
+
+ [jhuntwork] - Added 'nodump' to commands in the Package Management
+ section.
@@ -72,12 +76,6 @@
Fixes bug 1677. Thanks to Chris Staub, Alexander Patrakov, Greg Schafer and
Tushar Teredesai for reporting and resolving this issue.
-
-
-
-
- January 25, 2006
-
[matthew] - Upgrade coreutils i18n patch to version 2 to fix
sort -n and add the en_US.UTF-8 locale to improve
diff --git a/chapter06/pkgmgt.xml b/chapter06/pkgmgt.xml
index d09294da0..e6d9bae3f 100644
--- a/chapter06/pkgmgt.xml
+++ b/chapter06/pkgmgt.xml
@@ -151,7 +151,7 @@
are installing a package libfoo-1.1. The following instructions may
not install the package properly:
-./configure --prefix=/usr/pkg/libfoo/1.1
+./configure --prefix=/usr/pkg/libfoo/1.1
make
make install
@@ -164,7 +164,7 @@ make install
DESTDIR strategy to fake installation of the package. This
approach works as follows:
-./configure --prefix=/usr
+./configure --prefix=/usr
make
make DESTDIR=/usr/pkg/libfoo/1.1 install