diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-30 15:47:56 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-30 15:47:56 +0000 |
commit | 9ff62fda2efdf6c702354aa8b2687ade5afb6315 (patch) | |
tree | 7f12963d31d22d10f83d0148e3f5f8bca5423bac | |
parent | 782446b65993d475e21da675b368eb5b1d33e679 (diff) |
Merged wording changes from trunk (r6251).
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6253 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 2 | ||||
-rw-r--r-- | chapter03/introduction.xml | 2 | ||||
-rw-r--r-- | chapter05/gettext.xml | 2 | ||||
-rw-r--r-- | chapter05/grep.xml | 4 | ||||
-rw-r--r-- | chapter05/ncurses.xml | 4 |
5 files changed, 7 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f2339e803..1d34bbbae 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -8,7 +8,7 @@ <?dbhtml filename="changelog.html"?> <para>This is version &version; of the Linux From Scratch book, dated -&releasedate;. If this book is more than two months old, a newer and better +&releasedate;. If this book is more than six months old, a newer and better version is probably already available. To find out, please check one of the mirrors via <ulink url="&lfs-root;"/>.</para> diff --git a/chapter03/introduction.xml b/chapter03/introduction.xml index 66b4a1599..3ffbad0b6 100644 --- a/chapter03/introduction.xml +++ b/chapter03/introduction.xml @@ -13,7 +13,7 @@ of the software that are known to work, and this book is based on their use. We highly recommend not using newer versions because the build commands for one version may not work with a newer version. The newest package versions may also have problems that require work-arounds. These work-arounds will be developed -and stabilized in the SVN version of the book.</para> +and stabilized in the development version of the book.</para> <para>Download locations may not always be accessible. If a download location has changed since this book was published, Google (<ulink diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml index 07976001a..7957209ac 100644 --- a/chapter05/gettext.xml +++ b/chapter05/gettext.xml @@ -47,7 +47,7 @@ exclude it to save time and space.</para></listitem> <term><parameter>--without-csharp</parameter></term> <listitem><para>This ensures that Gettext does not build support for the C# compiler which may be present on the host but will not be available once we -enter the chroot environment.</para></listitem> +enter the <command>chroot</command> environment.</para></listitem> </varlistentry> </variablelist> diff --git a/chapter05/grep.xml b/chapter05/grep.xml index 733b78d48..17b93f8c1 100644 --- a/chapter05/grep.xml +++ b/chapter05/grep.xml @@ -39,8 +39,8 @@ <term><parameter>--disable-perl-regexp</parameter></term> <listitem><para>This ensures that the <command>grep</command> program does not get linked against a Perl Compatible Regular Expression (PCRE) library that may -be present on the host but will not be available once we enter the chroot -environment.</para></listitem> +be present on the host but will not be available once we enter the +<command>chroot</command> environment.</para></listitem> </varlistentry> </variablelist> diff --git a/chapter05/ncurses.xml b/chapter05/ncurses.xml index 871052318..9893dfaf8 100644 --- a/chapter05/ncurses.xml +++ b/chapter05/ncurses.xml @@ -37,9 +37,9 @@ <variablelist> <varlistentry> <term><parameter>--without-ada</parameter></term> -<listitem><para>This ensures that Ncurses does not build support for the ada +<listitem><para>This ensures that Ncurses does not build support for the Ada compiler which may be present on the host but will not be available once we -enter the chroot environment.</para></listitem> +enter the <command>chroot</command> environment.</para></listitem> </varlistentry> <varlistentry> |