From 7efa3be047998850dec035e52784fb6ea63eb1bc Mon Sep 17 00:00:00 2001 From: Archaic Date: Thu, 30 Jun 2005 15:15:27 +0000 Subject: [PATCH] More minor wording tweaks (matt). git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6251 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 6 +++--- chapter03/introduction.xml | 2 +- chapter05/gettext.xml | 2 +- chapter05/grep.xml | 4 ++-- chapter05/ncurses.xml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 553bd2d9a..a3e45c619 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -10,9 +10,9 @@ This is version &version; of the Linux From Scratch book, dated -&releasedate;. If this book is more than four to six months old, a newer and -better version is probably already available. To find out, please check one of -the mirrors via . +&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 . Below is a list of changes made since the previous release of the book. First a summary, then a detailed log. diff --git a/chapter03/introduction.xml b/chapter03/introduction.xml index 82fd0d8ec..d2f200ff2 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. +and stabilized in the development version of the book. Download locations may not always be accessible. If a download location has changed since this book was published, Google ( --without-csharp 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. +enter the chroot environment. diff --git a/chapter05/grep.xml b/chapter05/grep.xml index 413133f63..c325ec1fb 100644 --- a/chapter05/grep.xml +++ b/chapter05/grep.xml @@ -41,8 +41,8 @@ --disable-perl-regexp This ensures that the grep 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. +be present on the host but will not be available once we enter the +chroot environment. diff --git a/chapter05/ncurses.xml b/chapter05/ncurses.xml index a30028ff5..51e75f1af 100644 --- a/chapter05/ncurses.xml +++ b/chapter05/ncurses.xml @@ -39,9 +39,9 @@ --without-ada -This ensures that Ncurses does not build support for the ada +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. +enter the chroot environment.