diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 4dd5be07a..0649151d8 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,17 @@
-->
+
+ 2011-04-13
+
+
+ [bdubbs] - Added a sed to fix an intermittent test
+ failure in coreutils. Fixes
+ #2833.
+
+
+
+
2011-04-12
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index f306993db..eedd2627b 100644
--- a/chapter06/coreutils.xml
+++ b/chapter06/coreutils.xml
@@ -66,6 +66,10 @@ esac
patch -Np1 -i ../&coreutils-sparse_fiemap-patch;
+ And fix another test:
+
+sed -i 's/^cmp sparse copy/wait; cmp sparse copy/' tests/cp/sparse-to-pipe
+
Now prepare Coreutils for compilation:
./configure --prefix=/usr \
diff --git a/general.ent b/general.ent
index 6521ba8ac..08e23169f 100644
--- a/general.ent
+++ b/general.ent
@@ -1,5 +1,5 @@
-
-
+
+