diff --git a/chapter06/bc.xml b/chapter06/bc.xml
index 154ed5c8f..f78bd270e 100644
--- a/chapter06/bc.xml
+++ b/chapter06/bc.xml
@@ -100,10 +100,17 @@ ln -sfv libncursesw.so.6 /usr/lib/libncurses.so
- -G -O3
+ -O3
- These parameters specify the optimization to use. Debug symbols
- will be retained.
+ Specify the optimization to use.
+
+
+
+
+ -G
+
+ Omit parts of the test suite that won't work
+ without a GNU bc present.