From 8caabdd31b498d798d185434d6fb6e21f66dd8a6 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sat, 11 Mar 2017 19:54:20 +0000 Subject: [PATCH] Typo and slight wording change git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11208 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/creatingdirs.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml index 1a1de7f1a..e68efbf34 100644 --- a/chapter06/creatingdirs.xml +++ b/chapter06/creatingdirs.xml @@ -52,8 +52,8 @@ mkdir -pv /var/{opt,cache,lib/{color,misc,locate},local} The directory tree is based on the Filesystem Hierarchy Standard (FHS) (available at ). The FHS also stipulates - the optional existence some directories such as ). The FHS also specifies + the optional existence of some directories such as /usr/local/games and /usr/share/games. We create only the directories that are needed. However, feel free to create these