diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-30 14:49:44 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-30 14:49:44 +0000 |
commit | 2645ec62a379849fbb2a5905dd33aca6d238f677 (patch) | |
tree | f4f8724c55d71a2eed68e0da53a31fc028c6afc9 /chapter06/creatingdirs.xml | |
parent | e9e4abc03147f1579db8c6d3715725731039a271 (diff) |
Several minor wording changes in chapter 6 (matt).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6249 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/creatingdirs.xml')
-rw-r--r-- | chapter06/creatingdirs.xml | 17 |
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> |