From 17476c5481ff8ebced096511eb66134c68f6f042 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Mon, 26 Jan 2004 22:23:41 +0000 Subject: Removing some excess white space. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3186 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/chapter06.xml | 2 +- chapter06/coreutils.xml | 2 +- chapter06/groff.xml | 2 +- chapter06/ncurses.xml | 2 +- chapter06/procinfo.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'chapter06') diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 2797dcffc..bee839e57 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -101,7 +101,7 @@ the chroot command. Notice that /tools/bin comes last in the PATH. This means that a temporary tool will not be used any more -as soon as its final version is installed. Well, at least when the shell +as soon as its final version is installed. Well, at least when the shell doesn't remember the locations of executed binaries -- for this reason hashing is switched off by passing the +h option to bash. diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 815a272c5..10ebcf631 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -53,7 +53,7 @@ makes some assumptions with regards to the presence of non-root users and groups that don't apply this early into the LFS build. We therefore create a dummy system user and two dummy groups to allow the tests to run properly. Should you choose not to run the test suite, skip down to -"Install the package". The following commands will prepare us for the test +"Install the package". The following commands will prepare us for the test suite. Create two dummy groups and a dummy user name: echo "dummy1:x:1000" >> /etc/group diff --git a/chapter06/groff.xml b/chapter06/groff.xml index 3985420a3..18cfbcbde 100644 --- a/chapter06/groff.xml +++ b/chapter06/groff.xml @@ -16,7 +16,7 @@ Estimated required disk space: &groff-compsize; Installation of Groff Groff expects the environment variable PAGE to contain the default paper -size. For those in the United States, the command below is appropriate. If you +size. For those in the United States, the command below is appropriate. If you live elsewhere, you may want to change PAGE=letter to PAGE=A4. diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index 3435c8061..0b044b362 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -3,7 +3,7 @@ The Ncurses package contains libraries for the terminal-independent -handling of character screens. +handling of character screens. Estimated build time: &ncurses-time; Estimated required disk space: &ncurses-compsize; diff --git a/chapter06/procinfo.xml b/chapter06/procinfo.xml index 6cee65215..cb3e097ea 100644 --- a/chapter06/procinfo.xml +++ b/chapter06/procinfo.xml @@ -22,7 +22,7 @@ Estimated required disk space: &procinfo-compsize; The meaning of the make parameter: LDLIBS=-lncurses: This tells Procinfo -to use the libncurses library instead of the +to use the libncurses library instead of the long-obsolete libtermcap. -- cgit v1.2.3-54-g00ecf