diff --git a/chapter08/stripping.xml b/chapter08/stripping.xml
index b1f88f33a..45da34cda 100644
--- a/chapter08/stripping.xml
+++ b/chapter08/stripping.xml
@@ -29,10 +29,12 @@
needed by the linker (for static libraries) or dynamic linker (for
dynamically linked binaries and shared libraries). Using
--strip-debug does not remove symbol table entries
- that may be needed by some applications. The difference between "unneeded"
- and "debug" is very small. For example, an unstripped libc.a is 22.4 MB.
- After stripping with --strip-debug it is 5.9 MB. Using --strip-unneeded only
- reduces the size further to only 5.8 MB.
+ that may be needed by some applications. The difference between
+ unneeded and debug is very small.
+ For example, an unstripped libc.a
+ is 22.4 MB. After stripping with --strip-debug it
+ is 5.9 MB. Using --strip-unneeded only reduces the
+ size further to 5.8 MB.
The debugging symbols from selected libraries are compressed with
Zstd and preserved in separate files. That