diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 79cd089ac..0f78cb9f7 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -84,6 +84,9 @@ first a summary, then a detailed log.
+August 25, 2004 [jeremy]: Added the new bash display wrap
+patch, which fixes a problem with bash wrapping lines incorrectly
+
August 4, 2004 [jeremy]: Removed the bogus notes regarding the
readline patch in chapter 5, since this has been removed with the upgrade to
readline-5.0
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 6a2aafff7..b45c8b811 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -15,6 +15,13 @@ following:
Patches
+
+Bash Display Wrap Patch - 1 KB:
+
+
+
+
+
Coreutils Suppress Uptime, Kill, Su Patch - 16 KB:
diff --git a/chapter06/bash.xml b/chapter06/bash.xml
index 4e116a288..a3e835682 100644
--- a/chapter06/bash.xml
+++ b/chapter06/bash.xml
@@ -28,6 +28,11 @@ GCC, Glibc, Grep, Make, Ncurses, Sed.
Installation of Bash
+The following patch fixes a problem where Bash sometimes will only show
+33 characters on a line and then wraps to the next line.
+
+patch -Np1 -i ../bash-&bash-version;-display_wrap-1.patch
+
Prepare Bash for compilation:
./configure --prefix=/usr --bindir=/bin \
diff --git a/general.ent b/general.ent
index 0ec7563fc..1e42e6a6f 100644
--- a/general.ent
+++ b/general.ent
@@ -1,5 +1,5 @@
-
+