diff options
-rw-r--r-- | chapter05/creatingdirs.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/creatingdirs.xml b/chapter05/creatingdirs.xml index 8c0c369a5..1633a558a 100644 --- a/chapter05/creatingdirs.xml +++ b/chapter05/creatingdirs.xml @@ -49,10 +49,10 @@ will need to create the desired directory yourself).</para> <sect2> <title>FHS compliance notes</title> -<para>The FHS stipulates that the /usr/local directory should contain the -bin, games,include, lib, man, sbin, and share subdirectories. You can -alter your /usr/local directory yourself if you want your system -to be FHS-compliant.</para> +<para>The FHS stipulates that the /usr/local directory should contain the +bin, games, include, lib, man, sbin, and share subdirectories. You can +alter your /usr/local directory yourself if you want your system to be +FHS-compliant.</para> <para>Also, the standard says that there should exist a /usr/share/games directory, which we don't much like for a base system. But feel free to |