aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/creatingdirs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/creatingdirs.xml')
-rw-r--r--chapter06/creatingdirs.xml15
1 files changed, 7 insertions, 8 deletions
diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml
index 09ad4fd65..80e5dc474 100644
--- a/chapter06/creatingdirs.xml
+++ b/chapter06/creatingdirs.xml
@@ -52,15 +52,14 @@ mkdir -pv /var/{opt,cache,lib/{color,misc,locate},local}</userinput></screen>
<sect2>
<title>FHS Compliance Note</title>
- <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 existence of <filename
+ <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
class="directory">/usr/local/games</filename> and <filename
- class="directory">/usr/share/games</filename>. The FHS is not precise as to
- the structure of the <filename class="directory">/usr/local/share</filename>
- subdirectory, so we create only the directories that are needed. However,
- feel free to create these directories if you prefer to conform more strictly
- to the FHS.</para>
+ class="directory">/usr/share/games</filename>. We create only the
+ directories that are needed. However, feel free to create these
+ directories. </para>
</sect2>