diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-29 16:24:16 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-29 16:24:16 +0000 |
commit | 663ecfcc5f04e7c2860b83ef89e49f5e8b68bbbe (patch) | |
tree | 7c789513e8b75ee906795c4a06600e2e4284638f /chapter05/util-linux.xml | |
parent | 2ec0d203c3af587beb98406888dca6f6f5283180 (diff) |
Several minor wording changes (chapters 1 - 5).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6232 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/util-linux.xml')
-rw-r--r-- | chapter05/util-linux.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter05/util-linux.xml b/chapter05/util-linux.xml index 653f19242..a869233a9 100644 --- a/chapter05/util-linux.xml +++ b/chapter05/util-linux.xml @@ -29,9 +29,9 @@ <sect2 role="installation"> <title>Installation of Util-linux</title> -<para>Util-linux does not use the freshly installed headers and -libraries from the <filename class="directory">/tools</filename> -directory. This is fixed by altering the configure script:</para> +<para>Util-linux does not use the freshly installed headers and libraries from +the <filename class="directory">/tools</filename> directory by default. This is +fixed by altering the configure script:</para> <screen><userinput>sed -i 's@/usr/include@/tools/include@g' configure</userinput></screen> @@ -43,8 +43,8 @@ directory. This is fixed by altering the configure script:</para> <screen><userinput>make -C lib</userinput></screen> -<para>Since only a couple of the utilities contained in this package -are needed, build only those:</para> +<para>Only a few of the utilities contained in this package need to be +built:</para> <screen><userinput>make -C mount mount umount make -C text-utils more</userinput></screen> |