aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorDavid Bryant <davidbryant@gvtc.com>2022-11-26 12:26:21 -0600
committerDavid Bryant <davidbryant@gvtc.com>2022-11-26 12:26:21 -0600
commitda6e70fffedcafb3a31e906155eed21199a71b44 (patch)
treebfd2754fdab37c2c71727572dbceda230fd25ae0 /chapter07
parent295e337887a38caaead4888e441deb620c374e14 (diff)
Edited Pierre's recent additons,to improve English idiom. Also corrected
capitalization of a title.
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/creatingdirs.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter07/creatingdirs.xml b/chapter07/creatingdirs.xml
index 0bb75fd5d..e2faa08da 100644
--- a/chapter07/creatingdirs.xml
+++ b/chapter07/creatingdirs.xml
@@ -70,12 +70,12 @@ install -dv -m 1777 /tmp /var/tmp</userinput></screen>
<warning>
<para>
- The FHS does not enforce the existence of the directory
+ The FHS does not mandate the existence of the directory
<filename class="directory">/usr/lib64</filename>, and the LFS editors
- have decided not to use it. For the instructions in LFS and BLFS to work,
- it is imperative that this directory be non-existent. You should often
- check that it does not exist, because it is easy to inadvertently
- create it, which will likely break your system.
+ have decided not to use it. For the instructions in LFS and BLFS to work correctly,
+ it is imperative that this directory be non-existent. From time to time you should
+ verify that it does not exist, because it is easy to create it
+ inadvertently, and this will probably break your system.
</para>
</warning>