diff --git a/chapter08/bc.xml b/chapter08/bc.xml
index 314623d76..dfff0364f 100644
--- a/chapter08/bc.xml
+++ b/chapter08/bc.xml
@@ -49,9 +49,9 @@
The meaning of the configure options:
- CC=gcc CFLAGS="-std=c99"
+ CC=gcc"
- These parameters specify the compiler and the C standard to use.
+ These parameters specify the compiler to use.
diff --git a/chapter08/readline.xml b/chapter08/readline.xml
index b512261b3..8d4145fee 100644
--- a/chapter08/readline.xml
+++ b/chapter08/readline.xml
@@ -95,7 +95,7 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install
make SHLIB_LIBS="-lncursesw" install
Now move the dynamic libraries to a more appropriate location
- and fix up some permissions and symbolic links:
+ and fix up symbolic links:
mv -v /usr/lib/lib{readline,history}.so.* /lib
ln -sfv ../../lib/$(readlink /usr/lib/libreadline.so) /usr/lib/libreadline.so