diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml
index f22f8d535..2f5da5920 100644
--- a/chapter06/creatingdirs.xml
+++ b/chapter06/creatingdirs.xml
@@ -53,16 +53,7 @@ mkdir -pv /var/{opt,cache,lib/{color,misc,locate},local}
FHS Compliance Note
The directory tree is based on the Filesystem Hierarchy Standard (FHS)
- (available at ). In addition to
- the FHS, we create compatibility symlinks for the man, doc, and info directories since many packages still try
- to install their documentation into /usr/<directory> or /usr/local/<directory> as opposed to
- /usr/share/<directory> or
- /usr/local/share/<directory>.
+ (available at ).
The FHS also stipulates the existence of /usr/local/games and /usr/share/games. The FHS is not precise as to