From 5628618eb906041477db8da176602dc367caae76 Mon Sep 17 00:00:00 2001 From: Larry Lawrence Date: Mon, 7 Apr 2003 21:14:53 +0000 Subject: [PATCH] spellcheck pass git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@832 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- basicnet/djb/ucspi-tcp/ucspi-tcp-exp.xml | 2 +- basicnet/mailnews/fetchmail/fetchmail-config.xml | 2 +- basicnet/mailnews/fetchmail/fetchmail-desc.xml | 2 +- basicnet/mailnews/fetchmail/fetchmail-intro.xml | 2 +- basicnet/mailnews/procmail/procmail-desc.xml | 2 +- basicnet/mailnews/procmail/procmail-exp.xml | 2 +- basicnet/netprogs/tcpwrappers/tcpwrappers-intro.xml | 2 +- basicnet/textweb/textweb.xml | 2 +- connect/dhcp/dhcpcd/dhcpcd-config.xml | 2 +- content/databases/mysql/mysql-desc.xml | 3 ++- general/genlib/gdbm/gdbm-desc.xml | 2 +- general/genlib/glib/glib2-desc.xml | 2 +- general/genlib/libesmtp.xml | 1 - general/genlib/libesmtp/libesmtp-intro.xml | 3 ++- general/genlib/libesmtp/libesmtp.ent | 1 + general/graphlib/libpng/libpng-exp.xml | 2 +- general/graphlib/libtiff/libtiff-desc.xml | 4 ++-- general/prog/gcc/gcc-desc.xml | 8 ++++---- general/prog/gcc/gcc-exp.xml | 2 +- general/prog/gcc/gnat-inst.xml | 2 +- general/prog/gcc2/gcc2-desc.xml | 2 +- general/prog/gcc2/gcc2-inst.xml | 2 +- general/prog/gcc2/gcc2-intro.xml | 2 +- general/prog/jdk/j2sdk-desc.xml | 2 +- general/sysutils/fcron/fcron-config.xml | 2 +- general/sysutils/gpm/gpm-intro.xml | 2 +- gnome/lib/scrollkeeper/scrollkeeper-desc.xml | 2 +- index.xml | 4 ++-- introduction/important/position.xml | 2 +- introduction/important/unpacking.xml | 2 +- introduction/welcome/acknowledgments.xml | 2 +- introduction/welcome/changelog.xml | 11 +++++++---- introduction/welcome/maillists.xml | 6 +++--- multimedia/libdriv/alsa.xml | 2 +- multimedia/libdriv/alsa/utils/alsa-utils-config.xml | 2 +- postlfs/config/logon.xml | 6 +++--- postlfs/editors/emacs/emacs-desc.xml | 4 ++-- postlfs/filesystems/xfs/xfs-desc.xml | 2 +- postlfs/filesystems/xfs/xfs-intro.xml | 2 +- postlfs/security/firewalling/busybox.xml | 6 +++--- postlfs/security/firewalling/masqrouter.xml | 2 +- postlfs/security/iptables/iptables-desc.xml | 2 +- postlfs/security/tripwire/tripwire-config.xml | 4 ++-- postlfs/shells/zsh/zsh-desc.xml | 2 +- pst/typesetting/tex/tex-inst.xml | 4 ++-- pst/typesetting/tex/tex-intro.xml | 4 ++-- server/mail/exim/exim-exp.xml | 2 +- server/other/bind/bind-config-exp.xml | 6 +++--- server/other/bind/bind-config.xml | 2 +- server/other/dhcp/dhcp-desc.xml | 2 +- server/other/openldap/openldap-exp.xml | 2 +- server/other/samba/samba-config.xml | 2 +- server/other/samba/samba-desc.xml | 2 +- x/installing/xfree86-setup.xml | 2 +- x/installing/xfree86/xfree86-config.xml | 8 ++++---- x/installing/xfree86/xfree86-inst.xml | 2 +- x/installing/xfree86/xfree86-intro.xml | 4 ++-- x/lib/notification/startup-notification-intro.xml | 2 +- x/wm/fluxbox/fluxbox-exp.xml | 4 ++-- xsoft/office/evolution/evolution-exp.xml | 2 +- xsoft/other/balsa/balsa-inst.xml | 2 +- 61 files changed, 90 insertions(+), 85 deletions(-) diff --git a/basicnet/djb/ucspi-tcp/ucspi-tcp-exp.xml b/basicnet/djb/ucspi-tcp/ucspi-tcp-exp.xml index b77374305a..f9148d55bb 100644 --- a/basicnet/djb/ucspi-tcp/ucspi-tcp-exp.xml +++ b/basicnet/djb/ucspi-tcp/ucspi-tcp-exp.xml @@ -6,7 +6,7 @@ mv conf-home~ conf-home sed 's/bin/sbin/' hier.c > hier.c~ mv hier.c~ hier.c These commands change the installation directory to /usr/sbin from the default -of /usr/local/bin. Since these tools are used in conjuction with daemons, +of /usr/local/bin. Since these tools are used in conjunction with daemons, they don't make much sense in general user directories. However, some of the example programs and the tcpclient program might be of use to non-root users. If you wish to make these available, then we would suggest installing as above, diff --git a/basicnet/mailnews/fetchmail/fetchmail-config.xml b/basicnet/mailnews/fetchmail/fetchmail-config.xml index d496487a8a..9d5c51e40c 100644 --- a/basicnet/mailnews/fetchmail/fetchmail-config.xml +++ b/basicnet/mailnews/fetchmail/fetchmail-config.xml @@ -16,7 +16,7 @@ mda "/usr/bin/procmail -f %F -d %T"; -Is an example configuration that should surfice for most people. You +Is an example configuration that should suffice for most people. You can add as many users and servers as you need using the same syntax. man fetchmail : Look for the section near the bottom named CONFIGURATION EXAMPLES it gives some quick diff --git a/basicnet/mailnews/fetchmail/fetchmail-desc.xml b/basicnet/mailnews/fetchmail/fetchmail-desc.xml index f95145496d..5435b7e276 100644 --- a/basicnet/mailnews/fetchmail/fetchmail-desc.xml +++ b/basicnet/mailnews/fetchmail/fetchmail-desc.xml @@ -10,7 +10,7 @@ and fetchmailconf. fetchmail When executed as a user this will source that users ~/.fetchmailrc and -download the appropraite mail. When run as root ALL users who have a +download the appropriate mail. When run as root ALL users who have a .fetchmailrc will have their mail downloaded and delivered accordingly. diff --git a/basicnet/mailnews/fetchmail/fetchmail-intro.xml b/basicnet/mailnews/fetchmail/fetchmail-intro.xml index 117061dd9d..14fe3c6c8d 100644 --- a/basicnet/mailnews/fetchmail/fetchmail-intro.xml +++ b/basicnet/mailnews/fetchmail/fetchmail-intro.xml @@ -10,7 +10,7 @@ Estimated build time: &fetchmail-time; The fetchmail package contains the fetchmail program. "It retrieves mail from remote mail servers and forwards it to your local -(client) machine's delivery system, so it can then be be read by +(client) machine's delivery system, so it can then be read by normal mail user agents." fetchmail depends on: diff --git a/basicnet/mailnews/procmail/procmail-desc.xml b/basicnet/mailnews/procmail/procmail-desc.xml index 69ddf5fe86..b4b2336fb9 100644 --- a/basicnet/mailnews/procmail/procmail-desc.xml +++ b/basicnet/mailnews/procmail/procmail-desc.xml @@ -16,7 +16,7 @@ functions of a MDA (Mail Delivery Agent). format. lockfile -lockfile is a utilitiy that can lock a file for single use +lockfile is a utility that can lock a file for single use interactively or in a script. mailstat diff --git a/basicnet/mailnews/procmail/procmail-exp.xml b/basicnet/mailnews/procmail/procmail-exp.xml index e8f555745c..c1ac279389 100644 --- a/basicnet/mailnews/procmail/procmail-exp.xml +++ b/basicnet/mailnews/procmail/procmail-exp.xml @@ -1,7 +1,7 @@ Command explanations -BASENAME=/usr : The equivilant of ./configure --prefix=/usr on other package installations. +BASENAME=/usr : The equivalent of ./configure --prefix=/usr on other package installations. make install-suid : Modifies permissions of the installed files. diff --git a/basicnet/netprogs/tcpwrappers/tcpwrappers-intro.xml b/basicnet/netprogs/tcpwrappers/tcpwrappers-intro.xml index d5a865e222..cdd9b1c419 100644 --- a/basicnet/netprogs/tcpwrappers/tcpwrappers-intro.xml +++ b/basicnet/netprogs/tcpwrappers/tcpwrappers-intro.xml @@ -2,7 +2,7 @@ Introduction to tcpwrappers Download location (HTTP): -Download loacation (FTP): +Download location (FTP): Version used: &tcpwrappers-version; Package size: &tcpwrappers-size; Estimated Disk space required: &tcpwrappers-buildsize; diff --git a/basicnet/textweb/textweb.xml b/basicnet/textweb/textweb.xml index 12467ec428..579d9da6ea 100644 --- a/basicnet/textweb/textweb.xml +++ b/basicnet/textweb/textweb.xml @@ -11,7 +11,7 @@ on the web, a console based browser will save you. Also, there are quite a few people who prefer to use one of these browsers as their principle method of browsing; either to avoid the clutter and bandwidth which accompanies images or because they may use a text-to-speech -synthesiser which can read the page to them (of use for instance to +synthesizer which can read the page to them (of use for instance to partially sighted or blind users). We currently have installation instructions for three console web browsers: diff --git a/connect/dhcp/dhcpcd/dhcpcd-config.xml b/connect/dhcp/dhcpcd/dhcpcd-config.xml index 82e2a35a12..1d9d66ad69 100644 --- a/connect/dhcp/dhcpcd/dhcpcd-config.xml +++ b/connect/dhcp/dhcpcd/dhcpcd-config.xml @@ -18,7 +18,7 @@ DHCP_START=<appropriate start parameters> DHCP_STOP=-k EOF -For more information on the apppropriate +For more information on the appropriate DHCP_START and DHCP_STOP values, examine the man page for dhcpcd. diff --git a/content/databases/mysql/mysql-desc.xml b/content/databases/mysql/mysql-desc.xml index 607828452f..bbf1452667 100644 --- a/content/databases/mysql/mysql-desc.xml +++ b/content/databases/mysql/mysql-desc.xml @@ -31,7 +31,8 @@ mysqld_multi and mysqld Description -A package listing would be several pages long, we suggest consulting the mysql documetation for full details, instead. +A package listing would be several pages long, we suggest +consulting the mysql documentation for full details, instead. Certain mysql support programs may require the perl DBI modules to be installed to function properly. diff --git a/general/genlib/gdbm/gdbm-desc.xml b/general/genlib/gdbm/gdbm-desc.xml index 811668e1ee..a5fd832c27 100644 --- a/general/genlib/gdbm/gdbm-desc.xml +++ b/general/genlib/gdbm/gdbm-desc.xml @@ -8,7 +8,7 @@ Description gdbm libraries -gdbm libraries contain functions that preform database routines +gdbm libraries contain functions that perform database routines using extendible hashing. diff --git a/general/genlib/glib/glib2-desc.xml b/general/genlib/glib/glib2-desc.xml index 7bd528a8df..14a40adbe7 100644 --- a/general/genlib/glib/glib2-desc.xml +++ b/general/genlib/glib/glib2-desc.xml @@ -8,7 +8,7 @@ Description GLib libraries -GLib librarie contains a low-level core library for the Gimp +GLib libraries contains a low-level core library for the Gimp Tool Kit. diff --git a/general/genlib/libesmtp.xml b/general/genlib/libesmtp.xml index 2a4ab44da4..3e3984e007 100644 --- a/general/genlib/libesmtp.xml +++ b/general/genlib/libesmtp.xml @@ -4,7 +4,6 @@ &libesmtp-intro; &libesmtp-inst; -&libesmtp-config; &libesmtp-desc; diff --git a/general/genlib/libesmtp/libesmtp-intro.xml b/general/genlib/libesmtp/libesmtp-intro.xml index a26a96a620..ade35b1e9c 100644 --- a/general/genlib/libesmtp/libesmtp-intro.xml +++ b/general/genlib/libesmtp/libesmtp-intro.xml @@ -5,7 +5,8 @@ Download location (FTP): Version used: &libesmtp-version; Package size: &libesmtp-size; -Estimated Disk space required: &libesmtp-buildsize; +Estimated Disk space required: &libesmtp-buildsize; +Estimated build time: &libesmtp-time; The libesmtp package contains the libesmtp libraries which are used by some programs to manage email submission to a mail transport layer. diff --git a/general/genlib/libesmtp/libesmtp.ent b/general/genlib/libesmtp/libesmtp.ent index 4dcf1b4a0d..d947ecc91d 100644 --- a/general/genlib/libesmtp/libesmtp.ent +++ b/general/genlib/libesmtp/libesmtp.ent @@ -9,3 +9,4 @@ + diff --git a/general/graphlib/libpng/libpng-exp.xml b/general/graphlib/libpng/libpng-exp.xml index d7b64d200b..a8ee4d13ac 100644 --- a/general/graphlib/libpng/libpng-exp.xml +++ b/general/graphlib/libpng/libpng-exp.xml @@ -5,7 +5,7 @@ libraries where we have them installed. -f scripts/makefile.linux : This points -make at the the Linux version of the makefile as libpng doesn't use a +make at the Linux version of the makefile as libpng doesn't use a autoconf routine instead coming with various makefiles for different platforms. diff --git a/general/graphlib/libtiff/libtiff-desc.xml b/general/graphlib/libtiff/libtiff-desc.xml index 3bb23a2ac8..7eaf4d99c5 100644 --- a/general/graphlib/libtiff/libtiff-desc.xml +++ b/general/graphlib/libtiff/libtiff-desc.xml @@ -46,7 +46,7 @@ image. thumbnail creates a TIFF file with thumbnail images. tiff2bw -tiff2bw converts a color TIFF image to greyscale. +tiff2bw converts a color TIFF image to grayscale. tiff2ps tiff2ps converts a TIFF image to a postscript file. @@ -61,7 +61,7 @@ image. tiffcp copies (and possibly converts) a TIFF file. tiffdither -tiffdither converts a greyscale image to bilevel using +tiffdither converts a grayscale image to bilevel using dithering. tiffdump diff --git a/general/prog/gcc/gcc-desc.xml b/general/prog/gcc/gcc-desc.xml index c271ad140e..fda9ad69b9 100644 --- a/general/prog/gcc/gcc-desc.xml +++ b/general/prog/gcc/gcc-desc.xml @@ -22,7 +22,7 @@ have been described in the LFS gcc-&gcc-version; page. g77 -g77 is the fortran compiler invoked by gcc. +g77 is the Fortran compiler invoked by gcc. add2line add2line converts the ASCII form of the 2-line orbital elements in @@ -55,7 +55,7 @@ Ada partition. gnatgcc is the compiler. gnathtml.pl -gnathtml.pl converts Ada souce files to html for viewing in Web +gnathtml.pl converts Ada source files to html for viewing in Web browsers. gnatkr @@ -69,7 +69,7 @@ when crunched to a specified maximum length. gnatls is the compiled unit browser. gnatemake -gnatmake ia an automatic make facility. +gnatmake is an automatic make facility. gnatmem gnatmem is the GNAT utility that monitors dynamic allocation and @@ -90,7 +90,7 @@ System and outputs to stdout. gnatstub is a generator of body stubs. gnatxref -gnatxref is the GNAT cross referencer. +gnatxref is the GNAT cross-referencer. gvd gvd is the GNU Visual Debugger. diff --git a/general/prog/gcc/gcc-exp.xml b/general/prog/gcc/gcc-exp.xml index 2f33e13a81..736987e4d8 100644 --- a/general/prog/gcc/gcc-exp.xml +++ b/general/prog/gcc/gcc-exp.xml @@ -22,7 +22,7 @@ You may modify this command to remove unwanted languages. the C++ libraries to published standards. --enable-clocale=gnu : This command is a -failsafe for incomplete localedata. +failsafe for incomplete locale data. make gnatlib_and tools : This command completes the Ada build process. Skip this step if you have not enabled diff --git a/general/prog/gcc/gnat-inst.xml b/general/prog/gcc/gnat-inst.xml index 6d220e967d..28e4341247 100644 --- a/general/prog/gcc/gnat-inst.xml +++ b/general/prog/gcc/gnat-inst.xml @@ -7,7 +7,7 @@ The above script will ask you how and where you would like to install gnat. To avoid conflicts with the system gcc, the package will be installed -in a seperate directory, that can later be removed from the system. +in a separate directory, that can later be removed from the system. In response to the questions asked by the doconfig script, enter 3 in response to the first question diff --git a/general/prog/gcc2/gcc2-desc.xml b/general/prog/gcc2/gcc2-desc.xml index 4d1a7baca0..e900a5339e 100644 --- a/general/prog/gcc2/gcc2-desc.xml +++ b/general/prog/gcc2/gcc2-desc.xml @@ -1,7 +1,7 @@ Contents -The gcc-&gcc2-version package contains the +The gcc-&gcc2-version; package contains the gcc-&gcc2-version; c and c++ compilers and gcc-&gcc2-version; libstdc++.so that is required by some commercial and pre-compiled diff --git a/general/prog/gcc2/gcc2-inst.xml b/general/prog/gcc2/gcc2-inst.xml index 31f6205d0f..8f97e85619 100644 --- a/general/prog/gcc2/gcc2-inst.xml +++ b/general/prog/gcc2/gcc2-inst.xml @@ -7,7 +7,7 @@ fixincludes script from executing. patch -Np1 -i ../gcc-&gcc2-version;-1.patch && patch -Np1 -i ../gcc-&gcc2-version;-no-fixinc.patch -The gcc development team recommends building in a seperate directory. +The gcc development team recommends building in a separate directory. mkdir ../gcc-build && cd ../gcc-build diff --git a/general/prog/gcc2/gcc2-intro.xml b/general/prog/gcc2/gcc2-intro.xml index e8a90cdb98..1da92b5dfc 100644 --- a/general/prog/gcc2/gcc2-intro.xml +++ b/general/prog/gcc2/gcc2-intro.xml @@ -11,7 +11,7 @@ developers have certified gcc-&gcc2-version; as the preferred compiler for compi kernel. The other (and more compelling reason) is that some commercial closed-source packages (such as Netscape Navigator, Yahoo Pager) and precompiled packages (such as Mozilla) -are linked against gcc-&gcc2-version libs. +are linked against gcc-&gcc2-version; libs. Download the gcc patches from . diff --git a/general/prog/jdk/j2sdk-desc.xml b/general/prog/jdk/j2sdk-desc.xml index b4be15f76b..ffd196b8ff 100644 --- a/general/prog/jdk/j2sdk-desc.xml +++ b/general/prog/jdk/j2sdk-desc.xml @@ -65,7 +65,7 @@ implement native methods. native2ascii native2ascii converts files that contain non-supported character encoding -into files containing Latin-1 or Unicode-encoded charaters. +into files containing Latin-1 or Unicode-encoded characters. orbd orbd is used to enable clients to transparently locate and invoke diff --git a/general/sysutils/fcron/fcron-config.xml b/general/sysutils/fcron/fcron-config.xml index eed337886d..edb14581c6 100644 --- a/general/sysutils/fcron/fcron-config.xml +++ b/general/sysutils/fcron/fcron-config.xml @@ -8,7 +8,7 @@ configuration routine. The first test will be for a group named fcron. If it does not exist, you will be given the command line that the script proposes to run and a prompt for a 'y' or 'n'. This is repeated to create a user named fcron and to install a script in the init.d directory with the appropriate -symbolic links in runlevels 2, 3, 4, and 5. The final configuation step is to +symbolic links in runlevels 2, 3, 4, and 5. The final configuration step is to stop any current fcron processes and start the new fcron. A yes here will stop current fcron processes and will start the new fcron. The following commands will overwrite the fcron script with one based upon the BLFS diff --git a/general/sysutils/gpm/gpm-intro.xml b/general/sysutils/gpm/gpm-intro.xml index dad44d05aa..3eb214566f 100644 --- a/general/sysutils/gpm/gpm-intro.xml +++ b/general/sysutils/gpm/gpm-intro.xml @@ -8,7 +8,7 @@ Package size: &gpm-size; Estimated Disk space required: &gpm-buildsize; The gpm package contains a mouse server for the console and xterm. -This is is useful for cutting and pasting text in console mode, and also +This is useful for cutting and pasting text in console mode, and also because many console-based programs need it to compile mouse support into themselves. diff --git a/gnome/lib/scrollkeeper/scrollkeeper-desc.xml b/gnome/lib/scrollkeeper/scrollkeeper-desc.xml index d7756c9576..d92fc18a7a 100644 --- a/gnome/lib/scrollkeeper/scrollkeeper-desc.xml +++ b/gnome/lib/scrollkeeper/scrollkeeper-desc.xml @@ -13,7 +13,7 @@ libraries and utility scripts. interact with docmumentation written to utilize scrollkeeper. utility scripts -utility scripts for preforming installation, building, getting +utility scripts for performing installation, building, getting and updating of table of contents files. diff --git a/index.xml b/index.xml index 4e7ea6b15f..8c2c567459 100644 --- a/index.xml +++ b/index.xml @@ -2,8 +2,8 @@ - + + diff --git a/introduction/important/position.xml b/introduction/important/position.xml index 49272e158d..844da7459d 100644 --- a/introduction/important/position.xml +++ b/introduction/important/position.xml @@ -17,7 +17,7 @@ rule is that unix distributions should not touch /usr/local, except perhaps for creating the basic directories within it. -With Linux distributions, like RedHat, Debian etc. a possible rule is +With Linux distributions, like Red Hat, Debian etc. a possible rule is that /usr is managed by the distribution's package system and /usr/local is not. This way the package manager's database knows about every file within diff --git a/introduction/important/unpacking.xml b/introduction/important/unpacking.xml index ed9b7921bf..e43b81b2de 100644 --- a/introduction/important/unpacking.xml +++ b/introduction/important/unpacking.xml @@ -47,7 +47,7 @@ different method: bzcat filename.tar.bz2 | tar -xv Finally, you need to be able to unpack patches which are generally -not tar'd. The best way to do this is to copy the patch file to +not tar'ed. The best way to do this is to copy the patch file to /usr/src and then to run one of the following commands depending on whether the file is .gz or .bz2: diff --git a/introduction/welcome/acknowledgments.xml b/introduction/welcome/acknowledgments.xml index 91f78ae634..6897f394fa 100644 --- a/introduction/welcome/acknowledgments.xml +++ b/introduction/welcome/acknowledgments.xml @@ -45,7 +45,7 @@ banner assistance with getting BLFS off the ground. Countless other people on the various LFS and BLFS -mailinglists who are making this book happen by giving their +mailing lists who are making this book happen by giving their suggestions, testing the book and submitting bug reports. diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index b7c7a888d5..1b267a2f6d 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what. +April 7th, 2003 [larry]: another spellcheck +run. + April 6th, 2003 [larry]: basicnet: updated to mutt-1.4.1i. @@ -31,7 +34,7 @@ libz. April 5th, 2003 [tushar]: unzip: Added patches and modified instructions to link against system zlib. -April 4th, 2003 [bdbbs]: KDE: moved aRts section from +April 4th, 2003 [bdubbs]: KDE: moved aRts section from multimedia section to KDE section. April 4th, 2003 [larry]: basicnet: updated to @@ -83,7 +86,7 @@ librep-0.16.2. April 1st, 2003 [tushar]: prog: added motif fix for j2sdk. Happy 1st April:) BTW, the fix is real:) -March 31th, 2003 [tushar]: prog: removed gcc2libs, added +March 31st, 2003 [tushar]: prog: removed gcc2libs, added complete gcc suite. March 30th, 2003 [tushar]: j2sdk: updated jdk to @@ -438,7 +441,7 @@ cdrtools-2.0. January 31st, 2003 [bdubbs]: Add Openldap. -January 31th, 2003 [bdubbs]: Fix various types. +January 31st, 2003 [bdubbs]: Fix various types. January 30th, 2003 [bdubbs]: removed zlib. @@ -1426,7 +1429,7 @@ intltool-0.22. August 23rd, 2002 [larry]: Server: Added leafnode and xinetd. -August 23st, 2002 [bdubbs]: Updated X11 discussion of +August 23rd, 2002 [bdubbs]: Updated X11 discussion of PPC optimization and fixed two Xll (X el el) references to X11 (X one one). diff --git a/introduction/welcome/maillists.xml b/introduction/welcome/maillists.xml index 14a078eea5..c05a41a6aa 100644 --- a/introduction/welcome/maillists.xml +++ b/introduction/welcome/maillists.xml @@ -42,7 +42,7 @@ that might be installed on an LFS system. It does not include topics such as the price of beer, what hardware to buy, -or GNU versus BSD or Microsoft versus Linux flamewars. +or GNU versus BSD or Microsoft versus Linux flame wars. These belong on lfs-chat, and since blfs-support is high traffic, please follow this rule strictly. @@ -73,7 +73,7 @@ of interest to the Book's users take place on blfs-dev, not here. The lfs-chat list is the place for community chatter. It's a place where anything goes, nothing is off-topic. You can discuss the price of beer or what hardware to buy. -Even GNU versus BSD and Microsoft versus Linux flamewars +Even GNU versus BSD and Microsoft versus Linux flame wars are okay in lfs-chat. @@ -143,7 +143,7 @@ from . How to subscribe? -Any of the above-mentioned mailinglists can be subscribed to by +Any of the above-mentioned mailing lists can be subscribed to by sending an email to listar@linuxfromscratch.org and writing subscribe listname as the subject diff --git a/multimedia/libdriv/alsa.xml b/multimedia/libdriv/alsa.xml index c0969f0d90..29ff011a13 100644 --- a/multimedia/libdriv/alsa.xml +++ b/multimedia/libdriv/alsa.xml @@ -17,7 +17,7 @@ some point during the 2.5 development series, leading eventually to ALSA being the "standard" sound drivers into the future 2.6 stable kernel. -The following five sections of the book deal with the five seperate +The following five sections of the book deal with the five separate components of alsa: the drivers, the libraries, the utilities, the tools and the OSS compatibility libraries. diff --git a/multimedia/libdriv/alsa/utils/alsa-utils-config.xml b/multimedia/libdriv/alsa/utils/alsa-utils-config.xml index 1a744e277c..658ad0031c 100644 --- a/multimedia/libdriv/alsa/utils/alsa-utils-config.xml +++ b/multimedia/libdriv/alsa/utils/alsa-utils-config.xml @@ -90,7 +90,7 @@ alsactl store A final note is that the lines loading sfxload are commented out. They are there as an example of other things you may wish to do in the startup script. sfxload is a -seperate package of interest to SoundBlaster AWE and Live! users. It is +separate package of interest to SoundBlaster AWE and Live! users. It is designed for loading "sound-fonts" (which are used for MIDI output). You may wish to delete these lines and add your own or, if you have the relevant soundcard, install sfxload and uncomment them. diff --git a/postlfs/config/logon.xml b/postlfs/config/logon.xml index aee6f901cb..618edbe9dd 100644 --- a/postlfs/config/logon.xml +++ b/postlfs/config/logon.xml @@ -39,15 +39,15 @@ by one of the letters explained below (so \d in d Insert the current date. s Insert the system name, the name of the operating system. l Insert the name of the current tty line. -m Insert the architecture identifier of the machine, eg. i486 +m Insert the architecture identifier of the machine, e.g. i486 n Insert the nodename of the machine, also known as the hostname. o Insert the domainname of the machine. -r Insert the release number of the kernel, eg. 2.4.16. +r Insert the release number of the kernel, e.g. 2.4.16. t Insert the current time. u Insert the number of current users logged in. U Insert the string "1 user" or "<n> users" where <n> is the number of current users logged in. -v Insert the version of the OS, eg. the build-date etc. +v Insert the version of the OS, e.g. the build-date etc. diff --git a/postlfs/editors/emacs/emacs-desc.xml b/postlfs/editors/emacs/emacs-desc.xml index a99a36c720..d28f4e5285 100644 --- a/postlfs/editors/emacs/emacs-desc.xml +++ b/postlfs/editors/emacs/emacs-desc.xml @@ -24,7 +24,7 @@ `mbox' format. ctags -ctags creates cross reference tagfile database files for source +ctags creates cross-reference tagfile database files for source code. ebrowse @@ -36,7 +36,7 @@ emacs. emacsserver instance. etags -etags is another program to generate source code cross reference +etags is another program to generate source code cross-reference tagfiles. grep-changelog diff --git a/postlfs/filesystems/xfs/xfs-desc.xml b/postlfs/filesystems/xfs/xfs-desc.xml index 66862e4021..0efe8638b3 100644 --- a/postlfs/filesystems/xfs/xfs-desc.xml +++ b/postlfs/filesystems/xfs/xfs-desc.xml @@ -43,7 +43,7 @@ default. xfs_bmap prints block mapping for an XFS file. xfs_rtcp -xfs_rtcp copies a file to the realtime partition on an +xfs_rtcp copies a file to the real-time partition on an XFS filesystem. diff --git a/postlfs/filesystems/xfs/xfs-intro.xml b/postlfs/filesystems/xfs/xfs-intro.xml index 1b8293de7e..e961a66c87 100644 --- a/postlfs/filesystems/xfs/xfs-intro.xml +++ b/postlfs/filesystems/xfs/xfs-intro.xml @@ -7,7 +7,7 @@ Version used: &xfsprogs-version; Package size: &xfsprogs-size; Estimated Disk space required: &xfsprogs-buildsize; -The xfsprogs package contains adminstration and debugging tools +The xfsprogs package contains administration and debugging tools for the XFS filesystem. diff --git a/postlfs/security/firewalling/busybox.xml b/postlfs/security/firewalling/busybox.xml index 23c029b3c6..f979766ee9 100644 --- a/postlfs/security/firewalling/busybox.xml +++ b/postlfs/security/firewalling/busybox.xml @@ -4,7 +4,7 @@ This scenario isn't too different from (), but in this case you want to offer some services to your intranet. Examples of this can be when you want to admin your box from another host -on your intranet or use it as a proxy or a nameserver. Note: Outlining a true +on your intranet or use it as a proxy or a name server. Note: Outlining a true concept howto protect a server that offers services on the internet goes far beyond the scope of this document, see . @@ -48,7 +48,7 @@ by looking for failed accesses in your log-files. iptables -A INPUT -p tcp --sport 80 -m state --state ESTABLISHED \    -j ACCEPT -Your caching-nameserver (e.g., dnscache) does its +Your caching name server (e.g., dnscache) does its lookups via udp: iptables -A OUTPUT -p udp --dport 53 -j ACCEPT iptables -A INPUT -p udp --sport 53 -m state --state ESTABLISHED \ @@ -65,7 +65,7 @@ frequently accessing ftp-servers or enjoy chatting you might notice certain delays because some implementations of these daemons have the feature of querying an identd on your box for your username for logging. Although there's really no harm in this, having an identd running is not -recommended because some implementions are known to be vulnerable. +recommended because some implementations are known to be vulnerable. To avoid these delays you could reject the requests with a 'tcp-reset': diff --git a/postlfs/security/firewalling/masqrouter.xml b/postlfs/security/firewalling/masqrouter.xml index 2b049d395d..a86d791c35 100644 --- a/postlfs/security/firewalling/masqrouter.xml +++ b/postlfs/security/firewalling/masqrouter.xml @@ -6,7 +6,7 @@ in this example, eth0, and one connected to the internet, here, ppp0. To provide the maximum security against the box itself being broken into, make sure that there are no servers running on it, especially not X11 et al. And, as a general principle, the box itself should not access any untrusted -serviceThink of a nameserver giving answers that make your +serviceThink of a name server giving answers that make your bind crash, or, even worse, that implement a worm via a buffer-overflow.. diff --git a/postlfs/security/iptables/iptables-desc.xml b/postlfs/security/iptables/iptables-desc.xml index acf9dacf61..06ef28f3a8 100644 --- a/postlfs/security/iptables/iptables-desc.xml +++ b/postlfs/security/iptables/iptables-desc.xml @@ -26,7 +26,7 @@ regard to some of the modules. libip*.so These are various modules (implemented as dynamic libraries) which -extend the the core functionality of iptables. +extend the core functionality of iptables. diff --git a/postlfs/security/tripwire/tripwire-config.xml b/postlfs/security/tripwire/tripwire-config.xml index 6d3eb89c4a..57ffcced28 100644 --- a/postlfs/security/tripwire/tripwire-config.xml +++ b/postlfs/security/tripwire/tripwire-config.xml @@ -29,7 +29,7 @@ Custom policy file for SuSE 7.2 system /usr/share/doc/tripwire/policyguide.txt. twpol.txt is a good policy file for beginners as it will note any changes to the filesystem and can even be used as an annoying way of keeping track of changes for uninstallation of software. - After your policy file has been transferred to /etc/tripwire/ you may begin the configuation steps: + After your policy file has been transferred to /etc/tripwire/ you may begin the configuration steps: twadmin -m P /etc/tripwire/twpol.txt && tripwire -m i @@ -60,7 +60,7 @@ following command making the appropriate substitutions for '?': tripwire -m u -r /var/lib/tripwire/report/linux-???????-??????.twr You will be placed into vim with a copy of the report in front of - you. If all the chnages were good, then just type + you. If all the changes were good, then just type :x and after entering your local key, the database will be updated. If there are files which you still want to be warned about, please remove the x before the filename diff --git a/postlfs/shells/zsh/zsh-desc.xml b/postlfs/shells/zsh/zsh-desc.xml index 45678342b6..511ef2c689 100644 --- a/postlfs/shells/zsh/zsh-desc.xml +++ b/postlfs/shells/zsh/zsh-desc.xml @@ -8,7 +8,7 @@ Description zsh -zsh is a shell which has command line editing, builtin spelling +zsh is a shell which has command line editing, built-in spelling correction, programmable command completion, shell functions (with autoloading), a history mechanism, and a host of other features. diff --git a/pst/typesetting/tex/tex-inst.xml b/pst/typesetting/tex/tex-inst.xml index e7e76b1e72..5c131d701d 100644 --- a/pst/typesetting/tex/tex-inst.xml +++ b/pst/typesetting/tex/tex-inst.xml @@ -3,7 +3,7 @@ TeX is installed slightly differently than a typical GNU package, these instructions will assume /usr/src to be the current -working directory, containing the three TeX tar balls. +working directory, containing the three TeX tarballs. Install TeX by running the following commands: @@ -13,7 +13,7 @@ cd tetex-src-&tex-version; && gzip -dc ../tetex-texmf-&tex-version;.tar.gz \ | (umask 0; cd /usr/share/texmf; tar xvf -) -If the optional texmf source code tar ball was downloaded, untar +If the optional texmf source code tarball was downloaded, untar it now: gzip -dc ../tetex-texmfsrc-&tex-version;.tar.gz \ | (umask 0; cd /usr/share/texmf; tar xvf -) diff --git a/pst/typesetting/tex/tex-intro.xml b/pst/typesetting/tex/tex-intro.xml index ec92e198b4..76370d5678 100644 --- a/pst/typesetting/tex/tex-intro.xml +++ b/pst/typesetting/tex/tex-intro.xml @@ -12,8 +12,8 @@ Package size: &tex-size; Estimated Disk space required: &tex-buildsize; TeX is a typesetting package, able to create documents in a -variety of formats. The optional texmfsrc tar ball contains source -code for packages that are contained in the texmf tar ball, including +variety of formats. The optional texmfsrc tarball contains source +code for packages that are contained in the texmf tarball, including the docstrip sources. diff --git a/server/mail/exim/exim-exp.xml b/server/mail/exim/exim-exp.xml index 071d119670..6bfaa275a5 100644 --- a/server/mail/exim/exim-exp.xml +++ b/server/mail/exim/exim-exp.xml @@ -4,7 +4,7 @@ groupadd exim useradd -g exim exim -Create the group and user exim which will run the the exim +Create the group and user exim which will run the exim daemon. sed -e 's/^BIN_DIR.*$/BIN_DIRECTORY=\/usr\/sbin/' src/EDITME | \ diff --git a/server/other/bind/bind-config-exp.xml b/server/other/bind/bind-config-exp.xml index 19e8748087..a029b06411 100644 --- a/server/other/bind/bind-config-exp.xml +++ b/server/other/bind/bind-config-exp.xml @@ -14,16 +14,16 @@ that named will need access to inside the chroot jail. cat > /home/named/etc/named.conf << "EOF" : Create the BIND configuration file, from which named will read the -location of zone files, root nameservers and secure DNS keys. +location of zone files, root name servers and secure DNS keys. cat > /home/named/etc/namedb/pz/127.0.0 << "EOF" : Create a single zone file. -cat > /home/named/etc/namedb/root.hints << "EOF" : The root.hints file is a list of root nameservers. This file must be +cat > /home/named/etc/namedb/root.hints << "EOF" : The root.hints file is a list of root name servers. This file must be updated periodically with the dig utility. Consult the BIND 9 Administrator Reference Manual for details. cat > /etc/rndc.conf << "EOF" : The rndc.conf file contains information for controlling named operations with the rndc utility. cat > /etc/resolv.conf << "EOF" : The resolv.conf file will specify the local host(127.0.0.1) as the -nameserver. +name server. cat > /etc/rc.d/init.d/bind << "EOF" : Create the boot script for BIND 9, used to start and stop the name diff --git a/server/other/bind/bind-config.xml b/server/other/bind/bind-config.xml index 314c3e09f4..ffe582323d 100644 --- a/server/other/bind/bind-config.xml +++ b/server/other/bind/bind-config.xml @@ -104,7 +104,7 @@ options { }; EOF -Create or modify resolv.conf to use the new nameserver with the +Create or modify resolv.conf to use the new name server with the following commands: Replace yourdomain.com with your own valid domain name. diff --git a/server/other/dhcp/dhcp-desc.xml b/server/other/dhcp/dhcp-desc.xml index eac4b416ae..5b444d90bf 100644 --- a/server/other/dhcp/dhcp-desc.xml +++ b/server/other/dhcp/dhcp-desc.xml @@ -10,7 +10,7 @@ and dhcrelay. Description dhclient -dhclient is the implemtation of the DHCP client. +dhclient is the implementation of the DHCP client. dhcpd dhcpd implements Dynamic Host Configuration Protocol (DHCP) diff --git a/server/other/openldap/openldap-exp.xml b/server/other/openldap/openldap-exp.xml index b4d51314b3..5314cce7ae 100644 --- a/server/other/openldap/openldap-exp.xml +++ b/server/other/openldap/openldap-exp.xml @@ -10,7 +10,7 @@ avoid the default of /usr/etc. --libexecdir=/usr/sbin : Puts the server executables in /usr/sbin instead of /usr/libexec. ---enable-ldbm : Enable the most recent version of the Berkely DB. +--enable-ldbm : Enable the most recent version of the Berkeley DB. --disable-debug : Disable debugging code. make test: Validate correct build of the package. diff --git a/server/other/samba/samba-config.xml b/server/other/samba/samba-config.xml index 6c9f0653c5..5812cafc87 100644 --- a/server/other/samba/samba-config.xml +++ b/server/other/samba/samba-config.xml @@ -152,7 +152,7 @@ passwd win2kuser01 && smbpasswd -a win2kuser01 Logging on to DOMAIN01. -Now we will log on the the domain as our newly created user as +Now we will log on the domain as our newly created user as follows: 1. Press Ctrl-Alt-Del to bring up the Log On to Windows dialog box. 2. Enter the win2kuser01 name and password. diff --git a/server/other/samba/samba-desc.xml b/server/other/samba/samba-desc.xml index bf4cf56c0e..b1c6429a4a 100644 --- a/server/other/samba/samba-desc.xml +++ b/server/other/samba/samba-desc.xml @@ -27,7 +27,7 @@ make_smbcodepage make_smbcodepage converts text descriptions of code pages to -binary code page files nd vice versa. +binary code page files and vice versa. make_unicodemap make_unicodemap converts text unicode map files to binary, for use in mapping characters to 16 bit unicode. diff --git a/x/installing/xfree86-setup.xml b/x/installing/xfree86-setup.xml index f0a984de32..c027470d6a 100644 --- a/x/installing/xfree86-setup.xml +++ b/x/installing/xfree86-setup.xml @@ -5,7 +5,7 @@ Checking Direct Rendering Infrastructure (DRI) Installation DRI is a framework for allowing software to access graphics hardware -in a safe and effecient manner. It is installed in XFree86 by default if +in a safe and efficient manner. It is installed in XFree86 by default if you have a supported video card. To check if DRI is installed properly, check the log file /var/log/XFree86.0.log for statements like: diff --git a/x/installing/xfree86/xfree86-config.xml b/x/installing/xfree86/xfree86-config.xml index 3909d37ae7..139ae62dc2 100644 --- a/x/installing/xfree86/xfree86-config.xml +++ b/x/installing/xfree86/xfree86-config.xml @@ -59,13 +59,13 @@ resolution. Test the system with XFree86 -xf86config ~/XF86Config.new -You will only get a grey background with an X-shaped mouse cursor, but it +You will only get a gray background with an X-shaped mouse cursor, but it confirms the system is working. Exit with Control-Alt-Backspace. If the system does not work, take a look at /var/log/XFree86.0.log to see what went wrong. -Move the confiuration file to its final location +Move the configuration file to its final location mv ~/XF86Config.new /etc/X11/XF86Config-4 Create .xinitrc @@ -76,12 +76,12 @@ xclock -g 100x100-0+0 & twm EOF This provides an initial screen with an xterm and a clock that is managed by a -simple window manager, Tab Winow Manager. For details of twm, see the +simple window manager, Tab Window Manager. For details of twm, see the man page. Start X with startx -to get basic funtional X Windows System. +to get basic functional X Windows System. diff --git a/x/installing/xfree86/xfree86-inst.xml b/x/installing/xfree86/xfree86-inst.xml index 031ab22542..c61e9f0ca2 100644 --- a/x/installing/xfree86/xfree86-inst.xml +++ b/x/installing/xfree86/xfree86-inst.xml @@ -204,7 +204,7 @@ cp gamma.o radeon.o sis.o r128.o i810.o i830.o mga.o tdfx.o \ /lib/modules/`uname -r`/kernel/drivers/char/drm/ && depmod -a -If you recompile or updrade your kernel, you will need to re-copy the driver modules +If you recompile or upgrade your kernel, you will need to re-copy the driver modules to the kernel module library and rerun depmod. diff --git a/x/installing/xfree86/xfree86-intro.xml b/x/installing/xfree86/xfree86-intro.xml index fe4ed9869a..96c1d48b56 100644 --- a/x/installing/xfree86/xfree86-intro.xml +++ b/x/installing/xfree86/xfree86-intro.xml @@ -26,7 +26,7 @@ X430src-6.tgz 7886 KB X430src-7.tgz 9099 KB The first three packages are the XFree86 programs, the fourth and fifth are fonts, -the sixth is normal documantation, and the seventh is hardcopy documentation. +the sixth is normal documentation, and the seventh is hardcopy documentation. There are also two packages doctools-1.3.1.tgz, which contain programs to regenerate hardcopy documentation, and utils-1.1.0.tgz, which contain gnutar @@ -39,6 +39,6 @@ file. Then: diff md5sums SUMS.md5sum The only differences you should see are for README, doctools-1.3.1.tgz, and utils-1.1.0.tgz files if you did -not downlaod them. +not download them. diff --git a/x/lib/notification/startup-notification-intro.xml b/x/lib/notification/startup-notification-intro.xml index 7394fd6bc4..633630e245 100644 --- a/x/lib/notification/startup-notification-intro.xml +++ b/x/lib/notification/startup-notification-intro.xml @@ -9,7 +9,7 @@ Estimated Disk space required: &startup-notification-buildsize; Estimated build time: &startup-notification-time; The startup-notification package contains startup-notification -libraries. These are useful for building a consistent manner to notifiy +libraries. These are useful for building a consistent manner to notify the user through the cursor that the application is loading. startup-notification depends on: diff --git a/x/wm/fluxbox/fluxbox-exp.xml b/x/wm/fluxbox/fluxbox-exp.xml index 54708a8db2..e1a26e0024 100644 --- a/x/wm/fluxbox/fluxbox-exp.xml +++ b/x/wm/fluxbox/fluxbox-exp.xml @@ -4,8 +4,8 @@ --enable-kde : This command activates fluxbox's ability to allow kde tray icons to be placed in the slit. ---enable-gnome : This command activiates -fluxbox's ablility to support gnome. +--enable-gnome : This command activates +fluxbox's ability to support gnome. diff --git a/xsoft/office/evolution/evolution-exp.xml b/xsoft/office/evolution/evolution-exp.xml index 0e43690ceb..e6ecf42ea4 100644 --- a/xsoft/office/evolution/evolution-exp.xml +++ b/xsoft/office/evolution/evolution-exp.xml @@ -4,7 +4,7 @@ --prefix=/opt/gnome : Install Evolution in the Gnome 1.4 area. --with-db3=/tmp/db-3.1 : db-&db-3.1-version; must be installed prior to building Evolution, but should -not overwrite an existing installation of the Berkely Database. +not overwrite an existing installation of the Berkeley Database. Installing db-&db-3.1-version; in a temporary directory is all that is needed for Evolution to link to the static db-&db-3.1-version; libraries. diff --git a/xsoft/other/balsa/balsa-inst.xml b/xsoft/other/balsa/balsa-inst.xml index b2a0ae8acc..cb3cbfa6cc 100644 --- a/xsoft/other/balsa/balsa-inst.xml +++ b/xsoft/other/balsa/balsa-inst.xml @@ -3,7 +3,7 @@ Install Balsa by running the following commands: -./configure --prefix=/opt/gnome2 --with-ssl && +./configure --prefix=$GNOME_PREFIX --with-ssl && make && make install