diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml
index 83499f2eb..629a07f79 100644
--- a/chapter06/ncurses.xml
+++ b/chapter06/ncurses.xml
@@ -59,20 +59,30 @@ popd
Prepare Ncurses for compilation:
-./configure --prefix=/usr \
- --host=$LFS_TGT \
- --build=$(./config.guess) \
- --mandir=/usr/share/man \
- --with-shared \
- --without-debug \
- --without-ada \
- --without-normal \
- --enable-widec \
+./configure --prefix=/usr \
+ --host=$LFS_TGT \
+ --build=$(./config.guess) \
+ --mandir=/usr/share/man \
+ --with-manpage-format=normal \
+ --with-shared \
+ --without-debug \
+ --without-ada \
+ --without-normal \
+ --enable-widec \
--enable-pc-files
The meaning of the new configure options:
+
+ --with-manpage-format=normal
+
+ This prevents Ncurses installing compressed manual
+ pages, which may happen if the host distribution itself
+ has compressed manual pages.
+
+
+
--without-ada
diff --git a/general.ent b/general.ent
index 92a0e9705..b0cb1e91f 100644
--- a/general.ent
+++ b/general.ent
@@ -1,13 +1,13 @@
-
+
-
+
-
+
-
+