Author: tushar
Date: 2005-07-30 12:14:25 -0600 (Sat, 30 Jul 2005)
New Revision: 4840
Modified:
trunk/BOOK/basicnet/netprogs/cvs.xml
trunk/BOOK/book/preface.xml
trunk/BOOK/connect/dialup/dialup.xml
trunk/BOOK/connect/dialup/ppp.xml
trunk/BOOK/connect/other/pppoe.xml
trunk/BOOK/general/genlib/aspell.xml
trunk/BOOK/general/genlib/gdbm.xml
trunk/BOOK/general/genlib/slib.xml
trunk/BOOK/general/graphlib/libmng.xml
trunk/BOOK/general/prog/doxygen.xml
trunk/BOOK/general/prog/pdl.xml
trunk/BOOK/general/prog/perl-modules.xml
trunk/BOOK/general/sysutils/apache-ant.xml
trunk/BOOK/general/sysutils/pkgconfig.xml
trunk/BOOK/gnome/add/add.xml
trunk/BOOK/gnome/core/libgnome.xml
trunk/BOOK/gnome/core/scrollkeeper.xml
trunk/BOOK/introduction/important/bootscripts.xml
trunk/BOOK/introduction/important/pkgmgt.xml
trunk/BOOK/introduction/important/unpacking.xml
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/kde/add/kdeaddons.xml
trunk/BOOK/kde/add/kdevelop.xml
Log:
Fix some typos
Modified: trunk/BOOK/basicnet/netprogs/cvs.xml
===================================================================
--- trunk/BOOK/basicnet/netprogs/cvs.xml 2005-07-30 04:56:12 UTC (rev
4839)
+++ trunk/BOOK/basicnet/netprogs/cvs.xml 2005-07-30 18:14:25 UTC (rev
4840)
@@ -29,7 +29,7 @@
<sect2 role="package">
<title>Introduction to CVS</title>
- <para><application>CVS</application> is the Concurrent Versioning System.
+ <para><application>CVS</application> is the Concurrent Versions System.
This is a version control system useful for projects using a central
repository
to hold files and then track all changes made to those files. These
instructions
install the client used to manipulate the repository, creation of a
repository is
@@ -173,7 +173,7 @@
<varlistentry id="cvs-prog">
<term><command>cvs</command></term>
<listitem>
- <para>is the main program file for the concurrent versioning
system.</para>
+ <para>is the main program file for the concurrent versions
system.</para>
<indexterm zone="cvs cvs-prog">
<primary sortas="b-cvs">cvs</primary>
</indexterm>
Modified: trunk/BOOK/book/preface.xml
===================================================================
--- trunk/BOOK/book/preface.xml 2005-07-30 04:56:12 UTC (rev 4839)
+++ trunk/BOOK/book/preface.xml 2005-07-30 18:14:25 UTC (rev 4840)
@@ -31,7 +31,7 @@
<para>BLFS aims to be more than the LFS-hints converted to XML although
much of our work is based around the hints and indeed some authors write
both hints and the relevant BLFS sections. We hope that we can provide
- you with enough information to not only manage to build your ystem up to
+ you with enough information to not only manage to build your system up to
what you want, whether it be a web server or a multimedia desktop system,
but also that you will learn a lot about system configuration as you
go.</para>
@@ -76,11 +76,11 @@
<para>The BLFS project is a natural progression of
LFS. Together, these projects provide a unique resource for
the Open Source Community. They take the mystery out of the process of
- building a complete, funtional software system from the source code
contibuted
+ building a complete, funtional software system from the source code
contributed
by many talented individuals throughout the world. They truly allow users
to implement the slogan "Your distro, your rules."</para>
- <para>Our goal is to continue to provide the best resoure available that
shows
+ <para>Our goal is to continue to provide the best resource available that
shows
you how to integrate many significant Open Source applications. Since
these
applications are constantly updated and new applications are developed,
this
book will never be complete. Additionally, there is always room for
@@ -121,7 +121,7 @@
<xref linkend='CC'/>, covers the descriptive text in the book. The
second, the
<xref linkend='AFL'/>, covers the instructions actually used to build and
install the packages. These licenses, along with the book itself,
represent
- our ongoing commitment to open and free sofware.</para>
+ our ongoing commitment to open and free software.</para>
<para>The final area of change is the addition of an Index. This
section of
the book is still incomplete, but as the book continues to be developed,
Modified: trunk/BOOK/connect/dialup/dialup.xml
===================================================================
--- trunk/BOOK/connect/dialup/dialup.xml 2005-07-30 04:56:12 UTC (rev
4839)
+++ trunk/BOOK/connect/dialup/dialup.xml 2005-07-30 18:14:25 UTC (rev
4840)
@@ -10,7 +10,7 @@
<title>Dial-up Networking</title>
- <para>This chapter provides utilites for system interaction with a
modem.</para>
+ <para>This chapter provides utilities for system interaction with a
modem.</para>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppp.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="wvdial.xml"/>
Modified: trunk/BOOK/connect/dialup/ppp.xml
===================================================================
--- trunk/BOOK/connect/dialup/ppp.xml 2005-07-30 04:56:12 UTC (rev 4839)
+++ trunk/BOOK/connect/dialup/ppp.xml 2005-07-30 18:14:25 UTC (rev 4840)
@@ -150,7 +150,7 @@
<listitem>
<para>defines a conversational exchange between the computer and the
modem. Its primary purpose is to establish the connection between the
- Point-to-Point Protocol Daemon (PPPD) and the remote's
+ Point-to-Point Protocol Daemon (PPPD) and the remote
<command>pppd</command> process.</para>
<indexterm zone="ppp chat">
<primary sortas="b-chat">chat</primary>
Modified: trunk/BOOK/connect/other/pppoe.xml
===================================================================
--- trunk/BOOK/connect/other/pppoe.xml 2005-07-30 04:56:12 UTC (rev 4839)
+++ trunk/BOOK/connect/other/pppoe.xml 2005-07-30 18:14:25 UTC (rev 4840)
@@ -74,7 +74,7 @@
<note id="pppoe-kernel">
<para>If you plan on using kernel-mode PPPoE, this package is no longer
explicitly
- needed, however, it is recomended for ease of configuration. Additional
information
+ needed, however, it is recommended for ease of configuration. Additional
information
about kernel mode PPPoE can be found in
<filename>rp-pppoe-&pppoe-version;/doc/KERNEL-MODE-PPPOE</filename>.</para>
</note>
Modified: trunk/BOOK/general/genlib/aspell.xml
===================================================================
--- trunk/BOOK/general/genlib/aspell.xml 2005-07-30 04:56:12 UTC (rev
4839)
+++ trunk/BOOK/general/genlib/aspell.xml 2005-07-30 18:14:25 UTC (rev
4840)
@@ -280,9 +280,9 @@
<listitem>
<para>is an interface to the
<filename class='libraryfile'>libaspell</filename> library. All the
spell
- checking funtionality is now in
+ checking functionality is now in
<filename class='libraryfile'>libaspell</filename> but this library
is
- included for backwards compatibility.</para>
+ included for backward compatibility.</para>
<indexterm zone="aspell libpspell">
<primary sortas="c-libpspell">libpspell.so</primary>
</indexterm>
Modified: trunk/BOOK/general/genlib/gdbm.xml
===================================================================
--- trunk/BOOK/general/genlib/gdbm.xml 2005-07-30 04:56:12 UTC (rev 4839)
+++ trunk/BOOK/general/genlib/gdbm.xml 2005-07-30 18:14:25 UTC (rev 4840)
@@ -118,8 +118,7 @@
<varlistentry id="libgdbm">
<term><filename class='libraryfile'>libgdbm.[so,a]</filename></term>
<listitem>
- <para>contains functions that perform database routines using
- extendible hashing.</para>
+ <para>contains functions to manipulate a hashed database.</para>
<indexterm zone="gdbm libgdbm">
<primary sortas="c-libgdbm">libgdbm.[so,a]</primary>
</indexterm>
Modified: trunk/BOOK/general/genlib/slib.xml
===================================================================
--- trunk/BOOK/general/genlib/slib.xml 2005-07-30 04:56:12 UTC (rev 4839)
+++ trunk/BOOK/general/genlib/slib.xml 2005-07-30 18:14:25 UTC (rev 4840)
@@ -36,7 +36,7 @@
<application>SLIB</application> contains useful packages for all
<application>Scheme</application> implementations, including
<application>Guile</application>. Its catalog can be transparently extended
- to accomodate packages specific to a site, implementation, user or
+ to accommodate packages specific to a site, implementation, user or
directory.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
Modified: trunk/BOOK/general/graphlib/libmng.xml
===================================================================
--- trunk/BOOK/general/graphlib/libmng.xml 2005-07-30 04:56:12 UTC (rev
4839)
+++ trunk/BOOK/general/graphlib/libmng.xml 2005-07-30 18:14:25 UTC (rev
4840)
@@ -30,7 +30,7 @@
<title>Introduction to Libmng</title>
<para>The <application>libmng</application> libraries are used by
- programswanting to read and write Multiple-image Network Graphics
+ programs wanting to read and write Multiple-image Network Graphics
(MNG) files which are the animation equivalents to PNG files.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
Modified: trunk/BOOK/general/prog/doxygen.xml
===================================================================
--- trunk/BOOK/general/prog/doxygen.xml 2005-07-30 04:56:12 UTC (rev 4839)
+++ trunk/BOOK/general/prog/doxygen.xml 2005-07-30 18:14:25 UTC (rev 4840)
@@ -139,7 +139,7 @@
<para>There is no real configuration necessary for the
<application>Doxygen</application> package although three additional
- packages are required if you wish to use extended capabilites. If you
+ packages are required if you wish to use extended capabilities. If you
need to use the language translation features, you must have
<xref linkend="python"/> installed. If you require formulas to
create PDF documentation, then you must have <xref linkend="tex"/>
Modified: trunk/BOOK/general/prog/pdl.xml
===================================================================
--- trunk/BOOK/general/prog/pdl.xml 2005-07-30 04:56:12 UTC (rev 4839)
+++ trunk/BOOK/general/prog/pdl.xml 2005-07-30 18:14:25 UTC (rev 4840)
@@ -34,7 +34,7 @@
and quickly manipulate the large N-dimensional data arrays common to
scientific computing. <application>PDL</application> turns
<application>Perl</application> into an array-oriented, numerical language
- similar to such commerical packages as <application>IDL</application>
+ similar to such commercial packages as <application>IDL</application>
and <application>MatLab</application>. One can write simple
<application>Perl</application> expressions to manipulate entire numerical
arrays all at once.</para>
Modified: trunk/BOOK/general/prog/perl-modules.xml
===================================================================
--- trunk/BOOK/general/prog/perl-modules.xml 2005-07-30 04:56:12 UTC (rev
4839)
+++ trunk/BOOK/general/prog/perl-modules.xml 2005-07-30 18:14:25 UTC (rev
4840)
@@ -540,7 +540,7 @@
<listitem>
<para id="perl-business-isbn"><ulink
url="http://www.cpan.org/authors/id/B/BD/BDFOY/Business-ISBN-&Business-ISBN-version;.tar.gz">
- Business-ISBN-&Business-ISBN-version;</ulink> (optonal, only
+ Business-ISBN-&Business-ISBN-version;</ulink> (optional, only
used during the test suite)</para>
<indexterm zone="perl-modules perl-business-isbn">
<primary sortas="g-Business-ISBN">Business::ISBN</primary>
Modified: trunk/BOOK/general/sysutils/apache-ant.xml
===================================================================
--- trunk/BOOK/general/sysutils/apache-ant.xml 2005-07-30 04:56:12 UTC (rev
4839)
+++ trunk/BOOK/general/sysutils/apache-ant.xml 2005-07-30 18:14:25 UTC (rev
4840)
@@ -79,7 +79,7 @@
<title>Installation of Apache Ant</title>
<note>
- <para>You may need additional libraries to satisify the build
+ <para>You may need additional libraries to satisfy the build
requirements of various packages installed using
<application>Apache Ant</application>. Review the table at
<ulink
url="http://ant.apache.org/manual/install.html#librarydependencies"/>
Modified: trunk/BOOK/general/sysutils/pkgconfig.xml
===================================================================
--- trunk/BOOK/general/sysutils/pkgconfig.xml 2005-07-30 04:56:12 UTC (rev
4839)
+++ trunk/BOOK/general/sysutils/pkgconfig.xml 2005-07-30 18:14:25 UTC (rev
4840)
@@ -62,7 +62,7 @@
<title>Installation of Pkg-config</title>
<note>
- <para>Upto version 0.18, this package was called
+ <para>Till version 0.18, this package was called
<application>Pkgconfig</application>.</para>
</note>
Modified: trunk/BOOK/gnome/add/add.xml
===================================================================
--- trunk/BOOK/gnome/add/add.xml 2005-07-30 04:56:12 UTC (rev 4839)
+++ trunk/BOOK/gnome/add/add.xml 2005-07-30 18:14:25 UTC (rev 4840)
@@ -11,7 +11,7 @@
<title>GNOME Additional Packages</title>
<para>These packages are modular and add desktop applications and assorted
- utilites to the <application>GNOME</application> environment. Feel free to
+ utilities to the <application>GNOME</application> environment. Feel free to
install them on an as needed or as desired basis.</para>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="libgnomecups.xml"/>
Modified: trunk/BOOK/gnome/core/libgnome.xml
===================================================================
--- trunk/BOOK/gnome/core/libgnome.xml 2005-07-30 04:56:12 UTC (rev 4839)
+++ trunk/BOOK/gnome/core/libgnome.xml 2005-07-30 18:14:25 UTC (rev 4840)
@@ -93,7 +93,7 @@
switch sets <envar>LIBGNOME_LOCALSTATEDIR</envar> to
<filename class='directory'>/var/lib</filename> instead
of <filename class='directory'>$GNOME_PREFIX/var</filename>
- to syncronize with the <application>GNOME Games</application>
+ to synchronize with the <application>GNOME Games</application>
installation and properly record high scores in
<filename class='directory'>/var/lib/games</filename>.</para>
Modified: trunk/BOOK/gnome/core/scrollkeeper.xml
===================================================================
--- trunk/BOOK/gnome/core/scrollkeeper.xml 2005-07-30 04:56:12 UTC (rev
4839)
+++ trunk/BOOK/gnome/core/scrollkeeper.xml 2005-07-30 18:14:25 UTC (rev
4840)
@@ -127,7 +127,7 @@
<para>The configuration file sets the <envar>OMF_DIR</envar> variable
to the location of all of the <filename class="directory">omf</filename>
directories in the system. This was set in the
<command>configure</command>
- command so no futher action is needed until another
<filename>OMF</filename>
+ command so no further action is needed until another
<filename>OMF</filename>
directory is created.</para>
</sect3>
Modified: trunk/BOOK/introduction/important/bootscripts.xml
===================================================================
--- trunk/BOOK/introduction/important/bootscripts.xml 2005-07-30 04:56:12 UTC
(rev 4839)
+++ trunk/BOOK/introduction/important/bootscripts.xml 2005-07-30 18:14:25 UTC
(rev 4840)
@@ -25,7 +25,7 @@
<para>The BLFS Bootscripts package contains the init
scripts that are used throughout the book. It is assumed that you will be
- using the BLFS Bootscripts package in conjuction with a compatible
+ using the BLFS Bootscripts package in conjunction with a compatible
LFS-Bootscripts package. Refer to
<ulink url="&lfs-root;/chapter07/bootscripts.html"/> for more
information on the LFS-Bootscripts package.</para>
@@ -39,13 +39,13 @@
<para>The BLFS Bootscripts package will be used throughout the BLFS book
for startup scripts. Unlike LFS, each init script has a separate install
target
- in the BLFS Bootscripts package. It is recomended you keep the package source
+ in the BLFS Bootscripts package. It is recommended you keep the package
source
directory around until completion of your BLFS system. When a script is
requested from BLFS Bootscripts, simply change to the directory and as the
<systemitem class="username">root</systemitem> user, execute the given
<command>make install-<replaceable>[init-script]</replaceable></command>
command. This command installs the init script to its proper location (along
- with any auxillary configuration scripts) and also creates the appropriate
+ with any auxiliary configuration scripts) and also creates the appropriate
symlinks to start and stop the service at the appropriate run-level.</para>
<note>
Modified: trunk/BOOK/introduction/important/pkgmgt.xml
===================================================================
--- trunk/BOOK/introduction/important/pkgmgt.xml 2005-07-30 04:56:12 UTC
(rev 4839)
+++ trunk/BOOK/introduction/important/pkgmgt.xml 2005-07-30 18:14:25 UTC
(rev 4840)
@@ -35,7 +35,7 @@
</listitem>
<listitem>
<para>There are multiple solutions for package management, each having
- its strengths and drawbacks. Including one that satifies all audiences is
+ its strengths and drawbacks. Including one that satisfies all audiences
is
difficult.</para>
</listitem>
</itemizedlist>
@@ -57,7 +57,7 @@
<para>If one of the toolchain packages
(<application>Glibc</application>, <application>GCC</application> or
<application>Binutils</application>) needs to be upgraded to a newer
- minor vesion, it is safer to rebuild LFS. Though you
+ minor version, it is safer to rebuild LFS. Though you
<emphasis>may</emphasis> be able to get by rebuilding all the packages
in their dependency order, we do not recommend it. For example, if
glibc-2.2.x needs to be updated to glibc-2.3.x, it is safer to rebuild.
@@ -199,7 +199,7 @@
attaching itself to various executables such as <command>cp</command>,
<command>install</command>, <command>mv</command> and tracking the system
calls that modify the filesystem. For this approach to work, all the
executables
- need to be dymanically linked without the suid or sgid bit. Preloading
the
+ need to be dynamically linked without the suid or sgid bit. Preloading
the
library may cause some unwanted side-effects during installation.
Therefore,
do perform some tests to ensure that the package manager does not break
anything and logs all the appropriate files.</para>
Modified: trunk/BOOK/introduction/important/unpacking.xml
===================================================================
--- trunk/BOOK/introduction/important/unpacking.xml 2005-07-30 04:56:12 UTC
(rev 4839)
+++ trunk/BOOK/introduction/important/unpacking.xml 2005-07-30 18:14:25 UTC
(rev 4840)
@@ -41,7 +41,7 @@
<title>Building Software as an Unprivileged (non-root) User</title>
<para>The golden rule of Unix System Administration is to use your
- superpowers only when neccessary. Hence, BLFS recommends that you
+ superpowers only when necessary. Hence, BLFS recommends that you
build software as an unprivileged user and only become the
<systemitem class='username'>root</systemitem> user when installing the
software. This philosophy is followed in all the packages in this book.
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2005-07-30 04:56:12 UTC
(rev 4839)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2005-07-30 18:14:25 UTC
(rev 4840)
@@ -25,157 +25,157 @@
<itemizedlist>
<listitem>
- <para>July 29th 2005 [bdubbs]: Updated to exim-5.52.</para>
+ <para>July 29th, 2005 [bdubbs]: Updated to exim-5.52.</para>
</listitem>
<listitem>
- <para>July 29th 2005 [bdubbs]: Updated to iptables-1.3.3.</para>
+ <para>July 29th, 2005 [bdubbs]: Updated to iptables-1.3.3.</para>
</listitem>
<listitem>
- <para>July 29th 2005 [richard]: Revised wording about LFS
+ <para>July 29th, 2005 [richard]: Revised wording about LFS
newsserver.</para>
</listitem>
<listitem>
- <para>July 29th 2005 [richard]: Updated to fcron-2.9.7 changing
+ <para>July 29th, 2005 [richard]: Updated to fcron-2.9.7 changing
dependency wording for the required text editor.</para>
</listitem>
<listitem>
- <para>July 28th 2005 [richard]: Updated to curl-7.14.0.</para>
+ <para>July 28th, 2005 [richard]: Updated to curl-7.14.0.</para>
</listitem>
<listitem>
- <para>July 28th 2005 [richard]: Updated to LZO-2.01.</para>
+ <para>July 28th, 2005 [richard]: Updated to LZO-2.01.</para>
</listitem>
<listitem>
- <para>July 28th 2005 [richard]: Updated to libvorbis-1.1.1 and
+ <para>July 28th, 2005 [richard]: Updated to libvorbis-1.1.1 and
vorbis-tools-1.1.1.</para>
</listitem>
<listitem>
- <para>July 28th 2005 [dj]: Added security patch for OpenOffice and
+ <para>July 28th, 2005 [dj]: Added security patch for OpenOffice and
removed broken optimization patch for JDK.</para>
</listitem>
<listitem>
- <para>July 27th 2005 [bdubbs]: Updated escape sequence explanation
+ <para>July 27th, 2005 [bdubbs]: Updated escape sequence explanation
in the /etc/issue discussion in Chapter 3.</para>
</listitem>
<listitem>
- <para>July 27th 2005 [tushar]: Updated to aspell-0.60.3.</para>
+ <para>July 27th, 2005 [tushar]: Updated to aspell-0.60.3.</para>
</listitem>
<listitem>
- <para>July 27th 2005 [tushar]: Updated to libxml2-2.6.20.</para>
+ <para>July 27th, 2005 [tushar]: Updated to libxml2-2.6.20.</para>
</listitem>
<listitem>
- <para>July 27th 2005 [tushar]: Updated to pkg-config-0.19.</para>
+ <para>July 27th, 2005 [tushar]: Updated to pkg-config-0.19.</para>
</listitem>
<listitem>
- <para>July 27th 2005 [tushar]: Updated to speex-1.0.5.</para>
+ <para>July 27th, 2005 [tushar]: Updated to speex-1.0.5.</para>
</listitem>
<listitem>
- <para>July 27th 2005 [bdubbs]: Updated to KDE-3.4.1.</para>
+ <para>July 27th, 2005 [bdubbs]: Updated to KDE-3.4.1.</para>
</listitem>
<listitem>
- <para>July 27th 2005 [djensen]: Updated to Bluefish-1.0.2.</para>
+ <para>July 27th, 2005 [djensen]: Updated to Bluefish-1.0.2.</para>
</listitem>
<listitem>
- <para>July 27th 2005 [djensen]: Updated to ImageMagick-6.2.3-5.</para>
+ <para>July 27th, 2005 [djensen]: Updated to ImageMagick-6.2.3-5.</para>
</listitem>
<listitem>
- <para>July 25th 2005 [djensen]: Updated to ALSA-1.0.9.</para>
+ <para>July 25th, 2005 [djensen]: Updated to ALSA-1.0.9.</para>
</listitem>
<listitem>
- <para>July 25th 2005 [tushar]: Fix symlink related bug in cpio.
+ <para>July 25th, 2005 [tushar]: Fix symlink related bug in cpio.
See Bug # 1464.</para>
</listitem>
<listitem>
- <para>July 25th 2005 [randy]: Updated to Heimdal-0.7.</para>
+ <para>July 25th, 2005 [randy]: Updated to Heimdal-0.7.</para>
</listitem>
<listitem>
- <para>July 25th 2005 [djensen]: Updated to Imlib2-1.2.1.</para>
+ <para>July 25th, 2005 [djensen]: Updated to Imlib2-1.2.1.</para>
</listitem>
<listitem>
- <para>July 25th 2005 [djensen]: Updated to freeglut-2.4.0.</para>
+ <para>July 25th, 2005 [djensen]: Updated to freeglut-2.4.0.</para>
</listitem>
<listitem>
- <para>July 25th 2005 [tushar]: Added optional defines to xorg to
+ <para>July 25th, 2005 [tushar]: Added optional defines to xorg to
allow installation into standard directories.</para>
</listitem>
<listitem>
- <para>July 24th 2005 [dj]: Updated to Linux-PAM-0.80 and corrected
+ <para>July 24th, 2005 [dj]: Updated to Linux-PAM-0.80 and corrected
sed for /etc/login.defs in Shadow instructions.</para>
</listitem>
<listitem>
- <para>July 24th 2005 [randy]: Updated to CrackLib-2.8.3.</para>
+ <para>July 24th, 2005 [randy]: Updated to CrackLib-2.8.3.</para>
</listitem>
<listitem>
- <para>July 23rd 2005 [djensen]: Added security patch to Mpg123.</para>
+ <para>July 23rd, 2005 [djensen]: Added security patch to Mpg123.</para>
</listitem>
<listitem>
- <para>July 23rd 2005 [randy]: Updated to Shadow-4.0.9 via a patch from
+ <para>July 23rd, 2005 [randy]: Updated to Shadow-4.0.9 via a patch from
DJ Lucas.</para>
</listitem>
<listitem>
- <para>July 22nd 2005 [randy]: Added textual updates to the "After LFS
+ <para>July 22nd, 2005 [randy]: Added textual updates to the "After LFS
Configuration" chapter.</para>
</listitem>
<listitem>
- <para>July 21st 2005 [randy]: Added additional text to the "Conventions"
+ <para>July 21st, 2005 [randy]: Added additional text to the "Conventions"
and "Unpacking" sections; numerous typo, grammar and tagging fixes to the
"Introduction" chapter.</para>
</listitem>
<listitem>
- <para>July 20th 2005 [tushar]: Added testsuite to pango.</para>
+ <para>July 20th, 2005 [tushar]: Added testsuite to pango.</para>
</listitem>
<listitem>
- <para>July 20th 2005 [larry]: Removed document instructions from
+ <para>July 20th, 2005 [larry]: Removed document instructions from
mysql, no longer in package.</para>
</listitem>
<listitem>
- <para>July 20th 2005 [randy]: Updated to Stunnel-4.11.</para>
+ <para>July 20th, 2005 [randy]: Updated to Stunnel-4.11.</para>
</listitem>
<listitem>
- <para>July 19th 2005 [randy]: Updated to Doxygen-1.4.3.</para>
+ <para>July 19th, 2005 [randy]: Updated to Doxygen-1.4.3.</para>
</listitem>
<listitem>
- <para>July 18th 2005 [randy]: Updated to Nail-11.24 and
+ <para>July 18th, 2005 [randy]: Updated to Nail-11.24 and
Cyrus-SASL-2.1.21.</para>
</listitem>
<listitem>
- <para>July 17th 2005 [randy]: Updated to GnuCash-1.8.11.</para>
+ <para>July 17th, 2005 [randy]: Updated to GnuCash-1.8.11.</para>
</listitem>
<listitem>
- <para>July 17th 2005 [tushar]: Updated Notes on Building Software.</para>
+ <para>July 17th, 2005 [tushar]: Updated Notes on Building
Software.</para>
</listitem>
<listitem>
Modified: trunk/BOOK/kde/add/kdeaddons.xml
===================================================================
--- trunk/BOOK/kde/add/kdeaddons.xml 2005-07-30 04:56:12 UTC (rev 4839)
+++ trunk/BOOK/kde/add/kdeaddons.xml 2005-07-30 18:14:25 UTC (rev 4840)
@@ -95,7 +95,7 @@
<segtitle>Installed Directories</segtitle>
<seglistitem>
- <seg>Miscellaneous <application>KDE</application> support progams</seg>
+ <seg>Miscellaneous <application>KDE</application> support
programs</seg>
<seg>Additional plugins, libraries, and scripts for
<application>KDE</application>
applications</seg>
<seg>None</seg>
Modified: trunk/BOOK/kde/add/kdevelop.xml
===================================================================
--- trunk/BOOK/kde/add/kdevelop.xml 2005-07-30 04:56:12 UTC (rev 4839)
+++ trunk/BOOK/kde/add/kdevelop.xml 2005-07-30 18:14:25 UTC (rev 4840)
@@ -112,7 +112,7 @@
<seglistitem>
<seg>kdevelop and supporting programs</seg>
- <seg>Supoprting kdevelop libraries</seg>
+ <seg>Supporting kdevelop libraries</seg>
<seg>$KDE_PREFIX/kdevbdb and supporting subdirectoies in
$KDE_PREFIX/{include,share}</seg>
</seglistitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page