Author: ken
Date: 2009-06-27 04:10:28 -0600 (Sat, 27 Jun 2009)
New Revision: 7826
Modified:
trunk/BOOK/basicnet/connect/connect.xml
trunk/BOOK/basicnet/netprogs/cvs.xml
trunk/BOOK/basicnet/netprogs/subversion.xml
trunk/BOOK/general.ent
trunk/BOOK/general/genlib/libusb.xml
trunk/BOOK/general/genutils/gtk-doc.xml
trunk/BOOK/general/prog/gcc.xml
trunk/BOOK/general/prog/other-tools.xml
trunk/BOOK/general/sysutils/hal.xml
trunk/BOOK/general/sysutils/lzma-utils.xml
trunk/BOOK/gnome/core/config.xml
trunk/BOOK/kde/add/kdemultimedia.xml
trunk/BOOK/kde/add/kdepim.xml
trunk/BOOK/kde/core/kdelibs.xml
trunk/BOOK/kde/devel/kdebindings.xml
trunk/BOOK/multimedia/libdriv/faac.xml
trunk/BOOK/multimedia/libdriv/libdvdcss.xml
trunk/BOOK/multimedia/libdriv/nas.xml
trunk/BOOK/multimedia/libdriv/xine-lib.xml
trunk/BOOK/postlfs/config/profile.xml
trunk/BOOK/server/mail/postfix.xml
Log:
Fix typos (patch from Guy Dalziel).
Modified: trunk/BOOK/basicnet/connect/connect.xml
===================================================================
--- trunk/BOOK/basicnet/connect/connect.xml 2009-05-20 15:55:19 UTC (rev
7825)
+++ trunk/BOOK/basicnet/connect/connect.xml 2009-06-27 10:10:28 UTC (rev
7826)
@@ -25,7 +25,7 @@
subnet masks and routing information to computers. If your network uses
DHCP, you will need a DHCP client in order to connect to it.</para>
- <para>PPP stands for Potint-to-Point Protocol. It is data link protocol
+ <para>PPP stands for Point-to-Point Protocol. It is data link protocol
commonly used for establishing an authenticated IP connections over
a phone line with a modem, or over radio waves with a cellular phone. There
is also a variant (PPPoE) that works over Ethernet and is used by cable
Modified: trunk/BOOK/basicnet/netprogs/cvs.xml
===================================================================
--- trunk/BOOK/basicnet/netprogs/cvs.xml 2009-05-20 15:55:19 UTC (rev
7825)
+++ trunk/BOOK/basicnet/netprogs/cvs.xml 2009-06-27 10:10:28 UTC (rev
7826)
@@ -80,7 +80,7 @@
<para><application>CVS</application> will invoke a default text editor to
create a commit message if the <parameter>-m "Commit message"</parameter>
- parameter was not used when changes are committed to a respository.
+ parameter was not used when changes are committed to a repository.
<application>CVS</application> looks for the following text editors, in the
order shown below, during configuration to determine the default. This
default can always be overridden by the <envar>CVSEDITOR</envar> or
Modified: trunk/BOOK/basicnet/netprogs/subversion.xml
===================================================================
--- trunk/BOOK/basicnet/netprogs/subversion.xml 2009-05-20 15:55:19 UTC (rev
7825)
+++ trunk/BOOK/basicnet/netprogs/subversion.xml 2009-06-27 10:10:28 UTC (rev
7826)
@@ -217,7 +217,7 @@
<!-- <note>
<para>The <computeroutput>fs-base-test</computeroutput> is known to fail
- with issues surrounding the Berkely database installation. As mentioned
+ with issues surrounding the Berkeley database installation. As mentioned
earlier, it is not yet fully understood why this test fails.</para>
</note> -->
Modified: trunk/BOOK/general/genlib/libusb.xml
===================================================================
--- trunk/BOOK/general/genlib/libusb.xml 2009-05-20 15:55:19 UTC (rev
7825)
+++ trunk/BOOK/general/genlib/libusb.xml 2009-06-27 10:10:28 UTC (rev
7826)
@@ -134,7 +134,7 @@
<!--
<para>Fine-tuning of permissions is also possible by creating extra rules,
matching on something like this (on one line). The vendor and product can
- be found by searchng the <filename
+ be found by searching the <filename
class='directory'>/sys/devices</filename> directory entries or using
<command>udevinfo</command> after the device has been attached. See the
documentation in the current udev directory of <filename
Modified: trunk/BOOK/general/genutils/gtk-doc.xml
===================================================================
--- trunk/BOOK/general/genutils/gtk-doc.xml 2009-05-20 15:55:19 UTC (rev
7825)
+++ trunk/BOOK/general/genutils/gtk-doc.xml 2009-06-27 10:10:28 UTC (rev
7826)
@@ -30,7 +30,7 @@
<title>Introduction to GTK-Doc</title>
<para>The <application>GTK-Doc</application> package
- contains a code documentor. This is useful for extracting specially
formatted
+ contains a code documenter. This is useful for extracting specially
formatted
comments from the code to create API documentation. This
package is <emphasis>optional</emphasis>; if it is not installed, packages
will
not build the documentation. This does not mean that you will not have any
Modified: trunk/BOOK/general/prog/gcc.xml
===================================================================
--- trunk/BOOK/general/prog/gcc.xml 2009-05-20 15:55:19 UTC (rev 7825)
+++ trunk/BOOK/general/prog/gcc.xml 2009-06-27 10:10:28 UTC (rev 7826)
@@ -248,7 +248,7 @@
<title>Command Explanations</title>
<para>The three <command>sed</command> commands are the same ones used
- during the build of LFS. A fourth one in LFS is ommitted intentionally,
+ during the build of LFS. A fourth one in LFS is omitted intentionally,
due to the bootstrap build.</para>
<para><command>mkdir ../gcc-build; cd ../gcc-build</command>: The
Modified: trunk/BOOK/general/prog/other-tools.xml
===================================================================
--- trunk/BOOK/general/prog/other-tools.xml 2009-05-20 15:55:19 UTC (rev
7825)
+++ trunk/BOOK/general/prog/other-tools.xml 2009-06-27 10:10:28 UTC (rev
7826)
@@ -702,7 +702,7 @@
binding sublanguage to support integration with C/C++ at both the source
and object levels, both for embedding C/C++ data types and functions into
<application>Felix</application>, and for embedding
- <application>Felix</application> into exitsing C++ architectures. The
+ <application>Felix</application> into existing C++ architectures. The
<application>Felix</application> compiler is written in Objective Caml,
and generates ISO C++ which should compile on any platform.</para>
@@ -1789,7 +1789,7 @@
want to learn about the Java Virtual Machine (JVM) and the format of Java
<filename class='extension'>.class</filename> files.
<application>BCEL</application> is already being used successfully in
- several projects such as compilers, optimizers, obsfuscators, code
+ several projects such as compilers, optimizers, obfuscators, code
generators and analysis tools.</para>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/general/sysutils/hal.xml
===================================================================
--- trunk/BOOK/general/sysutils/hal.xml 2009-05-20 15:55:19 UTC (rev 7825)
+++ trunk/BOOK/general/sysutils/hal.xml 2009-06-27 10:10:28 UTC (rev 7826)
@@ -374,7 +374,7 @@
which is even worse.
<!-- (for BLFS editors only: they mention policy-kit as a future
solution, but, from the description, policy-kit looks like
- an XML-ized sudo-like confguration parser, which has nothing
+ an XML-ized sudo-like configuration parser, which has nothing
common with the "default mount options" problem. -->
In KDE and Xfce, if the built-in default mount options are not suitable,
it is needed to mention every possible removable storage device in
Modified: trunk/BOOK/general/sysutils/lzma-utils.xml
===================================================================
--- trunk/BOOK/general/sysutils/lzma-utils.xml 2009-05-20 15:55:19 UTC (rev
7825)
+++ trunk/BOOK/general/sysutils/lzma-utils.xml 2009-06-27 10:10:28 UTC (rev
7826)
@@ -197,7 +197,7 @@
<varlistentry id="lzmainfo">
<term><command>lzmainfo</command></term>
<listitem>
- <para>is used to show infomation stored in the LZMA compressed file
+ <para>is used to show information stored in the LZMA compressed file
header.</para>
<indexterm zone="lzma-utils lzmainfo">
<primary sortas="b-lzmainfo">lzmainfo</primary>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2009-05-20 15:55:19 UTC (rev 7825)
+++ trunk/BOOK/general.ent 2009-06-27 10:10:28 UTC (rev 7826)
@@ -3,13 +3,13 @@
$Date$
-->
-<!ENTITY day "20"> <!-- Always 2 digits -->
-<!ENTITY month "05"> <!-- Always 2 digits -->
+<!ENTITY day "27"> <!-- Always 2 digits -->
+<!ENTITY month "06"> <!-- Always 2 digits -->
<!ENTITY year "2009">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "svn-&year;&month;&day;">
-<!ENTITY releasedate "May &day;th, &year;">
+<!ENTITY releasedate "June &day;th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
Modified: trunk/BOOK/gnome/core/config.xml
===================================================================
--- trunk/BOOK/gnome/core/config.xml 2009-05-20 15:55:19 UTC (rev 7825)
+++ trunk/BOOK/gnome/core/config.xml 2009-06-27 10:10:28 UTC (rev 7826)
@@ -34,7 +34,7 @@
mentioned before <application>GNOME</application>.</para>
</note>
- <para>Ensure all libraries can be found by udating the linker's cache (as
+ <para>Ensure all libraries can be found by updating the linker's cache (as
<systemitem class="username">root</systemitem>):</para>
<screen role='root'><userinput>ldconfig</userinput></screen>
Modified: trunk/BOOK/kde/add/kdemultimedia.xml
===================================================================
--- trunk/BOOK/kde/add/kdemultimedia.xml 2009-05-20 15:55:19 UTC (rev
7825)
+++ trunk/BOOK/kde/add/kdemultimedia.xml 2009-06-27 10:10:28 UTC (rev
7826)
@@ -86,7 +86,7 @@
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
- <para>Reqiured patch (for FFmpeg support): <ulink
+ <para>Required patch (for FFmpeg support): <ulink
url="&patch-root;/akode-&akode-version;-FFmpeg_fixes-1.patch"/></para>
</listitem>
</itemizedlist>
Modified: trunk/BOOK/kde/add/kdepim.xml
===================================================================
--- trunk/BOOK/kde/add/kdepim.xml 2009-05-20 15:55:19 UTC (rev 7825)
+++ trunk/BOOK/kde/add/kdepim.xml 2009-06-27 10:10:28 UTC (rev 7826)
@@ -31,7 +31,7 @@
<para><application>Kdepim</application> provides several
<application>KDE</application> programs for managing personal information.
Programs include a contact manager, calendar, mail utilities, newsreader,
- X.509 certificat manager, and sticky notes.</para>
+ X.509 certificate manager, and sticky notes.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing='compact'>
@@ -58,7 +58,7 @@
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
- <para>Reqiured patch: <ulink
+ <para>Required patch: <ulink
url="&patch-root;/kdepim-&kde-version;-charset-1.patch"/></para>
</listitem>
</itemizedlist>
Modified: trunk/BOOK/kde/core/kdelibs.xml
===================================================================
--- trunk/BOOK/kde/core/kdelibs.xml 2009-05-20 15:55:19 UTC (rev 7825)
+++ trunk/BOOK/kde/core/kdelibs.xml 2009-06-27 10:10:28 UTC (rev 7826)
@@ -59,7 +59,7 @@
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
- <para>Reqiured patch: <ulink
+ <para>Required patch: <ulink
url="&patch-root;/kdelibs-&kde-version;-charset-1.patch"/></para>
</listitem>
</itemizedlist>
Modified: trunk/BOOK/kde/devel/kdebindings.xml
===================================================================
--- trunk/BOOK/kde/devel/kdebindings.xml 2009-05-20 15:55:19 UTC (rev
7825)
+++ trunk/BOOK/kde/devel/kdebindings.xml 2009-06-27 10:10:28 UTC (rev
7826)
@@ -58,11 +58,11 @@
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
- <para>Reqiured patch: <ulink
+ <para>Required patch: <ulink
url="&patch-root;/kdebindings-&kde-version;-python-1.patch"/></para>
</listitem>
<listitem>
- <para>Reqiured patch: <ulink
+ <para>Required patch: <ulink
url="&patch-root;/kdebindings-&kde-version;-ruby-1.patch"/></para>
</listitem>
</itemizedlist>
Modified: trunk/BOOK/multimedia/libdriv/faac.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/faac.xml 2009-05-20 15:55:19 UTC (rev
7825)
+++ trunk/BOOK/multimedia/libdriv/faac.xml 2009-06-27 10:10:28 UTC (rev
7826)
@@ -116,7 +116,7 @@
<!-- Note to editors: remove this sed if the new release re-enables the
option (look for "#if 0" near "case OBJTYPE_FLAG:", this is line
697 in frontend/main.c as of FAAC-1.26) or fixes the documentation
- so that it dosn't mention the disabled option. -->
+ so that it doesn't mention the disabled option. -->
<para><command>sed -i ...</command>: This command removes documentation
for the <option>--obj-type</option> parameter from the
Modified: trunk/BOOK/multimedia/libdriv/libdvdcss.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/libdvdcss.xml 2009-05-20 15:55:19 UTC (rev
7825)
+++ trunk/BOOK/multimedia/libdriv/libdvdcss.xml 2009-06-27 10:10:28 UTC (rev
7826)
@@ -72,7 +72,7 @@
<note>
<para>In certain circumstances the 'inputenc' package in the
<application>LaTeX</application> installation may not work properly
- duing the build, causing it to hang up. If this happens, issue
+ during the build, causing it to hang up. If this happens, issue
<userinput>quit</userinput> at the <application>LaTeX</application>
prompt and then issue the following command at the shell prompt:</para>
Modified: trunk/BOOK/multimedia/libdriv/nas.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/nas.xml 2009-05-20 15:55:19 UTC (rev
7825)
+++ trunk/BOOK/multimedia/libdriv/nas.xml 2009-06-27 10:10:28 UTC (rev
7826)
@@ -126,7 +126,7 @@
based applications.</para>
<para><option>XPLIB=</option>: This option is necessary to prevent the
- build system fom trying to link to an unused and deprecated library.</para>
+ build system from trying to link to an unused and deprecated
library.</para>
</sect2>
Modified: trunk/BOOK/multimedia/libdriv/xine-lib.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/xine-lib.xml 2009-05-20 15:55:19 UTC (rev
7825)
+++ trunk/BOOK/multimedia/libdriv/xine-lib.xml 2009-06-27 10:10:28 UTC (rev
7826)
@@ -137,8 +137,8 @@
<!-- switch no longer needed
<para><option>\-\-with-external-ffmpeg</option>: This switch enables use of
- an external <application>FFmpeg</application> library. The internaly built
- library produces poor resuts with some video files.</para>-->
+ an external <application>FFmpeg</application> library. The internally
built
+ library produces poor results with some video files.</para>-->
<!-- See BLFS ticket 2476 for more info on the ffmpeg option. -->
Modified: trunk/BOOK/postlfs/config/profile.xml
===================================================================
--- trunk/BOOK/postlfs/config/profile.xml 2009-05-20 15:55:19 UTC (rev
7825)
+++ trunk/BOOK/postlfs/config/profile.xml 2009-06-27 10:10:28 UTC (rev
7826)
@@ -215,7 +215,7 @@
<envar>PKG_CONFIG_PATH</envar> environment variables. If you want, you
can uncomment the last section to put a dot at the end of your path.
This will
allow executables in the current working directory to be executed without
- specifiying a ./, however you are warned that this is generally
considered a
+ specifying a ./, however you are warned that this is generally
considered a
security hazard.</para>
<screen role="root"><userinput>cat > /etc/profile.d/extrapaths.sh <<
"EOF"
Modified: trunk/BOOK/server/mail/postfix.xml
===================================================================
--- trunk/BOOK/server/mail/postfix.xml 2009-05-20 15:55:19 UTC (rev 7825)
+++ trunk/BOOK/server/mail/postfix.xml 2009-06-27 10:10:28 UTC (rev 7826)
@@ -131,9 +131,9 @@
</sect4>
<sect4>
- <title>Berkely DB</title>
+ <title>Berkeley DB</title>
- <para>To use <application>Berkely DB</application> with
+ <para>To use <application>Berkeley DB</application> with
<application>Postfix</application>, use the following
arguments:</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page