diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-09-14 21:46:24 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-09-14 21:46:24 +0000 |
commit | 980599daa5efe817c304e3bbc64d82335c9475c4 (patch) | |
tree | ad2653b39d358260fda88788d23e62e487afb7a4 /chapter05 | |
parent | fa2e6935d752ce276379bd57a1e8820cdda7ad9c (diff) |
Changing a few it's to its, and fixing other typos.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2813 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/grep-inst.xml | 9 | ||||
-rw-r--r-- | chapter05/ncurses-inst.xml | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/chapter05/grep-inst.xml b/chapter05/grep-inst.xml index 8db7e3e42..ee5410df6 100644 --- a/chapter05/grep-inst.xml +++ b/chapter05/grep-inst.xml @@ -12,11 +12,12 @@ <itemizedlist> <listitem><para><userinput>--disable-perl-regexp</userinput>: This makes sure -that grep does not get linked against a PCRE library that may be present on -the host, but would not be available once we enter the chroot environment.</para></listitem> +that <userinput>grep</userinput> does not get linked against a PCRE library +that may be present on the host, but would not be available once we enter the +chroot environment.</para></listitem> <listitem><para><userinput>--with-included-regex</userinput>: This ensures that -grep uses it's internal regular expression code. Without it, it will use -the code from glibc, which is known to be slightly buggy.</para></listitem> +Grep uses its internal regular expression code. Without it, it will use +the code from Glibc, which is known to be slightly buggy.</para></listitem> </itemizedlist> <para>Compile the programs:</para> diff --git a/chapter05/ncurses-inst.xml b/chapter05/ncurses-inst.xml index 36be23b72..7b030edcf 100644 --- a/chapter05/ncurses-inst.xml +++ b/chapter05/ncurses-inst.xml @@ -20,10 +20,10 @@ deprecated headers.</para> <para>The meaning of the configure options:</para> <itemizedlist> -<listitem><para><userinput>--without-ada</userinput>: This tells ncurses not -to build it's Ada bindings, even if an Ada compiler is installed on the host. -This must be done because once we enter the chroot, Ada will no longer be -available.</para></listitem> +<listitem><para><userinput>--without-ada</userinput>: This tells Ncurses not +to build its Ada bindings, even if an Ada compiler is installed on the host. +This must be done because once we enter the chroot environment, Ada will no +longer be available.</para></listitem> </itemizedlist> <para>Compile the programs and libraries:</para> |