diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/chapter06.xml | 2 | ||||
-rw-r--r-- | chapter06/coreutils.xml | 2 | ||||
-rw-r--r-- | chapter06/groff.xml | 2 | ||||
-rw-r--r-- | chapter06/ncurses.xml | 2 | ||||
-rw-r--r-- | chapter06/procinfo.xml | 2 |
5 files changed, 5 insertions, 5 deletions
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.</para> <para>Notice that <filename class="directory">/tools/bin</filename> 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 <userinput>+h</userinput> option to <userinput>bash</userinput>.</para> 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:</para> <screen><userinput>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;</screen> <title>Installation of Groff</title> <para>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 <emphasis>PAGE=letter</emphasis> to <emphasis>PAGE=A4</emphasis>.</para> 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 @@ <?dbhtml filename="ncurses.html" dir="chapter06"?> <para>The Ncurses package contains libraries for the terminal-independent -handling of character screens.</para> +handling of character screens.</para> <screen>Estimated build time: &ncurses-time; Estimated required disk space: &ncurses-compsize;</screen> 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;</screen> <para>The meaning of the make parameter:</para> <itemizedlist> <listitem><para><userinput>LDLIBS=-lncurses</userinput>: This tells Procinfo -to use the <filename>libncurses</filename> library instead of the +to use the <filename>libncurses</filename> library instead of the long-obsolete <filename>libtermcap</filename>.</para></listitem> </itemizedlist> |