From acc3ca3532f2aa5ef72c13d44171fa8fd897dc10 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 12 Sep 2015 20:36:02 +0000 Subject: [PATCH] Minor typos and grammar git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10949 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/introduction.xml | 4 ++-- chapter06/util-linux.xml | 2 +- chapter07/usage.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chapter06/introduction.xml b/chapter06/introduction.xml index ae0e54c58..4671662c6 100644 --- a/chapter06/introduction.xml +++ b/chapter06/introduction.xml @@ -64,10 +64,10 @@ into a program can be detrimental. If an update to the library is needed to remove a security problem, all programs that use the static library will need to be relinked to the new library. Since the use of static libraries - is not always obvious, deciding which programs (and the procedures needed to + is not always obvious, the relevant programs (and the procedures needed to do the linking) may not even be known. - In the prcedures in Chapter 6, we remove or disable installation of + In the procedures in Chapter 6, we remove or disable installation of most static libraries. In a few cases, especially glibc and gcc, the use of static libraries remains essential to the general package building process. Usually this is done by passing a diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index c0383410d..219212d44 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -62,7 +62,7 @@ --> Prepare Util-linux for compilation: -./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ +./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ --docdir=/usr/share/doc/util-linux-&util-linux-version; \ --disable-chfn-chsh \ --disable-login \ diff --git a/chapter07/usage.xml b/chapter07/usage.xml index 6d2779e90..f0e62b6c3 100644 --- a/chapter07/usage.xml +++ b/chapter07/usage.xml @@ -91,7 +91,7 @@ EOF An explanation of this initialization file is in the man page for inittab. For LFS, the key command that is run is - rc. The intialization file above will instruct + rc. The initialization file above will instruct rc to run all the scripts starting with an S in the /etc/rc.d/rcS.d directory followed by all the scripts starting with an S in the