diff --git a/chapter08/procps.xml b/chapter08/procps.xml
index 399d0cec7..8dccfd697 100644
--- a/chapter08/procps.xml
+++ b/chapter08/procps.xml
@@ -45,12 +45,14 @@
./configure --prefix=/usr \
--docdir=/usr/share/doc/procps-ng-&procps-ng-version; \
--disable-static \
- --disable-kill
+ --disable-kill \
+ --enable-watch8bit
./configure --prefix=/usr \
--docdir=/usr/share/doc/procps-ng-&procps-ng-version; \
--disable-static \
--disable-kill \
+ --enable-watch8bit \
--with-systemd
@@ -63,6 +65,15 @@
command; it will be installed from the Util-linux package.
+
+
+ --enable-watch8bit
+
+ This switch enables the ncursesw support for the
+ watch command, so it can handle 8-bit
+ characters.
+
+
Compile the package: