diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 32fca329c..c483a4f6c 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,10 @@
2008-10-11
+
+ [randy] - Added a patch to the Procps instructions to fix a
+ unicode related issue in the watch program.
+
[randy] - Added documentation installation commands to the
Chapter 6 Kbd instructions.
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 1e08a87a6..249739402 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -282,6 +282,10 @@
&perl-security-patch;
+
+ &procps-watch-patch;
+
+
&readline-fixes-patch;
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index a42997515..e60dad2ce 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -226,6 +226,14 @@
+
+ Procps Watch Patch - &procps-watch-patch-size;:
+
+ Download:
+ MD5 sum: &procps-watch-patch-md5;
+
+
+
Readline Fixes Patch - &readline-fixes-patch-size;:
diff --git a/chapter06/procps.xml b/chapter06/procps.xml
index c2329b2cb..9b81cc289 100644
--- a/chapter06/procps.xml
+++ b/chapter06/procps.xml
@@ -38,15 +38,20 @@
- Installation of Procps
+ Installation of Procps
- Compile the package:
+ Apply a patch to fix a unicoded related issue in the
+ watch program:
+
+patch -Np1 -i ../&procps-watch-patch;
+
+ Compile the package:
make
- This package does not come with a test suite.
+ This package does not come with a test suite.
- Install the package:
+ Install the package:
make install
diff --git a/patches.ent b/patches.ent
index a9dc4904c..7357d248b 100644
--- a/patches.ent
+++ b/patches.ent
@@ -127,6 +127,11 @@
+
+
+
+
+