diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-09 17:38:08 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-09 17:38:08 +0000 |
commit | 4d994af41993a91e108750000ed6812040887e06 (patch) | |
tree | 9c0aa0e5d23aa7ca97ffbcd8697c5b0d41b65feb /chapter06 | |
parent | 2f86e053737bbad5ce63083b839ec55404e87082 (diff) |
Spell Checks
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@457 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/aboutdebug.xml | 2 | ||||
-rw-r--r-- | chapter06/config-ldso.xml | 4 | ||||
-rw-r--r-- | chapter06/create-utmp.xml | 2 | ||||
-rw-r--r-- | chapter06/file-inst.xml | 2 | ||||
-rw-r--r-- | chapter06/ncurses-exp.xml | 2 | ||||
-rw-r--r-- | chapter06/procinfo-exp.xml | 2 | ||||
-rw-r--r-- | chapter06/tar-inst.xml | 2 | ||||
-rw-r--r-- | chapter06/textutils-inst.xml | 2 | ||||
-rw-r--r-- | chapter06/utillinux-exp.xml | 4 | ||||
-rw-r--r-- | chapter06/vim-inst.xml | 2 |
10 files changed, 10 insertions, 14 deletions
diff --git a/chapter06/aboutdebug.xml b/chapter06/aboutdebug.xml index 8c2673cd3..c8bfc8a91 100644 --- a/chapter06/aboutdebug.xml +++ b/chapter06/aboutdebug.xml @@ -56,7 +56,7 @@ binary) run <userinput>strip --strip-debug filename</userinput>. Wild cards can be used to strip debugging symbols from multiple files (use something like <userinput>strip --strip-debug $LFS/usr/bin/*</userinput>). Most people will probably never use a debugger on software, so by -removing those symbols a lot of diskspace can be regained. +removing those symbols a lot of disk space can be regained. </para> <para> diff --git a/chapter06/config-ldso.xml b/chapter06/config-ldso.xml index fca1a5640..75256b5fd 100644 --- a/chapter06/config-ldso.xml +++ b/chapter06/config-ldso.xml @@ -8,7 +8,7 @@ libraries, so there normally isn't a need for the directories in which a user wants the system to search for paths. The <filename class="directory">/usr/local/lib</filename> directory isn't searched through for dynamic libraries by default, so we want to add -this path so when a user installs software he won't be suprised by them not +this path so when a user installs software he won't be surprised by them not running for some reason. </para> @@ -37,7 +37,7 @@ Although it's not necessary to add the <filename class="directory">/usr/lib</filename> directories it doesn't hurt. This way it can be seen right away what's being searched and a user doesn't have -to remeber the default search paths if he doesn't want to. +to remember the default search paths if he doesn't want to. </para> </sect2> diff --git a/chapter06/create-utmp.xml b/chapter06/create-utmp.xml index fad585278..977c1b93c 100644 --- a/chapter06/create-utmp.xml +++ b/chapter06/create-utmp.xml @@ -7,7 +7,7 @@ Programs like login, shutdown, uptime and others want to read from and write to the /var/run/utmp /var/log/btmp and /var/log/wtmp. These files contain information about who is currently logged in. It also contains information on when the computer was last booted and shutdown and a record of the -bad login attemps. +bad login attempts. </para> <para> diff --git a/chapter06/file-inst.xml b/chapter06/file-inst.xml index e4a84a276..333f43868 100644 --- a/chapter06/file-inst.xml +++ b/chapter06/file-inst.xml @@ -20,7 +20,7 @@ File in a plain text file. File internally compiles this database each time it is run. This is not the normal type of operation for File since compiling a plain text file each time is not the fastest way to do it. File offers an option "-C" to compile this magic number file. The reason this isn't done -automagically is that some people like to work on the magic numbers. On the +automatically is that some people like to work on the magic numbers. On the other hand many people didn't get it that they should compile the magic numbers, so the author of File added a warning when the plain text magic file is used. As we usually won't work on the plain text magic file, we diff --git a/chapter06/ncurses-exp.xml b/chapter06/ncurses-exp.xml index c9dc1c85a..4f310d448 100644 --- a/chapter06/ncurses-exp.xml +++ b/chapter06/ncurses-exp.xml @@ -8,7 +8,7 @@ shared ncurses library files. <para> <userinput>--disable-termcap:</userinput> Disabled the compilation of -termcap fallback support. +termcap fall back support. </para> <para> diff --git a/chapter06/procinfo-exp.xml b/chapter06/procinfo-exp.xml index 0b0684ff7..f9adca8a6 100644 --- a/chapter06/procinfo-exp.xml +++ b/chapter06/procinfo-exp.xml @@ -7,7 +7,7 @@ This will replace -ltermcap with -lncurses in the Makefile and pipe the output of sed (the modified Makefile) directly to the make program. This is an alternate and more efficient way to direct the output to a file and tell make to use that alternate file. We do this because libtermcap -is declared obsolete in favour of libncurses. +is declared obsolete in favor of libncurses. </para> </sect2> diff --git a/chapter06/tar-inst.xml b/chapter06/tar-inst.xml index e75496bc2..4072394db 100644 --- a/chapter06/tar-inst.xml +++ b/chapter06/tar-inst.xml @@ -4,7 +4,7 @@ <para> If a user wants to be able to directly use bzip2 files with tar, he can use the tar -patch avaiable from the LFS FTP site. This patch will add the -y option +patch available from the LFS FTP site. This patch will add the -y option to tar which works the same as the -z option to tar (which can be used for gzip files). </para> diff --git a/chapter06/textutils-inst.xml b/chapter06/textutils-inst.xml index 5ab867a01..0dc129bc9 100644 --- a/chapter06/textutils-inst.xml +++ b/chapter06/textutils-inst.xml @@ -2,7 +2,7 @@ <title>Installation of Textutils</title> <para> -Install Textutuils by running the following commands: +Install Textutils by running the following commands: </para> <blockquote><literallayout> diff --git a/chapter06/utillinux-exp.xml b/chapter06/utillinux-exp.xml index 98633466e..8e88ccf7e 100644 --- a/chapter06/utillinux-exp.xml +++ b/chapter06/utillinux-exp.xml @@ -6,9 +6,5 @@ it already was installed by Glibc. </para> -<para><userinput>HAVE_TSORT=yes:</userinput> We don't build this program -either becuase it already was installed by Textutils. -</para> - </sect2> diff --git a/chapter06/vim-inst.xml b/chapter06/vim-inst.xml index 4c92c8540..53f0f303a 100644 --- a/chapter06/vim-inst.xml +++ b/chapter06/vim-inst.xml @@ -13,7 +13,7 @@ http://cvs.linuxfromscratch.org/index.cgi/hints/editors/</ulink> <para> Both the vim-rt and vim-src packages need to be unpacked to install Vim. Both packages will unpack their files into the vim-5.7 directory. This -won't overwrite any files from the other package. So it doesn't mattter +won't overwrite any files from the other package. So it doesn't matter in which order it is done. Install Vim by running the following commands: </para> |