diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2017-03-11 19:54:20 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2017-03-11 19:54:20 +0000 |
commit | 8caabdd31b498d798d185434d6fb6e21f66dd8a6 (patch) | |
tree | ab62fe90ec1ee706a17d74e60063296e3dfa08f5 /chapter06/creatingdirs.xml | |
parent | a5421165763131799da0d62b1ad16e34eab2dc6e (diff) |
Typo and slight wording change
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11208 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/creatingdirs.xml')
-rw-r--r-- | chapter06/creatingdirs.xml | 4 |
1 files 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}</userinput></screen> <para>The directory tree is based on the Filesystem Hierarchy Standard (FHS) (available at <ulink - url="https://wiki.linuxfoundation.org/en/FHS"/>). The FHS also stipulates - the optional existence some directories such as <filename + url="https://wiki.linuxfoundation.org/en/FHS"/>). The FHS also specifies + the optional existence of some directories such as <filename class="directory">/usr/local/games</filename> and <filename class="directory">/usr/share/games</filename>. We create only the directories that are needed. However, feel free to create these |