diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-30 17:53:21 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-30 17:53:21 +0000 |
commit | e5846effb0fab3c1f10b071660f96b45749d74cb (patch) | |
tree | 19a0470656a5a047b8fd36cb265fd363687f921e /chapter06/coreutils.xml | |
parent | 7efa3be047998850dec035e52784fb6ea63eb1bc (diff) |
Round 2 of several minor wording changes in chapter 6 (matt).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6258 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 00de6addf..4622366aa 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -38,7 +38,7 @@ fixes this behavior for Intel architectures:</para> <screen><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen> -<para>Prevent Coreutils from installing binaries that will be later be +<para>Prevent Coreutils from installing binaries that will later be installed by other packages:</para> <screen><userinput>patch -Np1 -i ../&coreutils-suppress-patch;</userinput></screen> @@ -51,10 +51,11 @@ installed by other packages:</para> <screen><userinput>make</userinput></screen> -<para>The test suite of Coreutils makes several invalid assumptions about the -presence of system users and groups. Therefore, additional items need to be set -up before running the tests. Skip down to <quote>Install the package</quote> if -not running the test suite.</para> +<para>The test suite of Coreutils makes several assumptions about the presence +of system users and groups that are not valid within the minimal environment +that exists at the moment. Therefore, additional items need to be set up before +running the tests. Skip down to <quote>Install the package</quote> if not +running the test suite.</para> <para>Create two dummy groups and a dummy user:</para> |