aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/creatingdirs.xml
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-07-01 23:36:35 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-07-01 23:36:35 +0000
commitcbc99c813f9022857d6fef12232090f0bc2e19cb (patch)
tree634050dafddc238f121cb951cf75448922217f5b /chapter06/creatingdirs.xml
parent808f5aff40b7c658b2e59f42efb53d65ef23f9a4 (diff)
Several minor wording changes in chapter 6. (merged from trunk r6249)
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6311 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/creatingdirs.xml')
-rw-r--r--chapter06/creatingdirs.xml17
1 files changed, 8 insertions, 9 deletions
diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml
index 3a574fee6..f8344fef5 100644
--- a/chapter06/creatingdirs.xml
+++ b/chapter06/creatingdirs.xml
@@ -49,16 +49,15 @@ bit mask.</para>
<sect2>
<title>FHS Compliance Note</title>
-<para>The directory tree is based on the Filesystem Hierarchy Standard
-(FHS) standard (available at <ulink
-url="http://www.pathname.com/fhs/"/>). Besides the tree created above,
-this standard stipulates the existence of <filename
+<para>The directory tree is based on the Filesystem Hierarchy Standard (FHS)
+ (available at <ulink url="http://www.pathname.com/fhs/"/>). In addition
+to the tree created above, this standard stipulates the existence of <filename
class="directory">/usr/local/games</filename> and <filename
-class="directory">/usr/share/games</filename>. We do not recommend
-these for a base system, however, feel free to make the system
-FHS-compliant. The FHS is not precise as to the structure of the
-<filename class="directory">/usr/local/share</filename> subdirectory,
-so we created only the directories that are needed.</para>
+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 standard.</para>
</sect2>