From edbeeb5dc5ef7f452d1c7bd57cdec5998bdde658 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 3 Nov 2015 03:48:42 +0000 Subject: Spelling and other typos -- from Craig Garner git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10969 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/adjusting.xml | 2 +- chapter06/bc.xml | 2 +- chapter06/dbus.xml | 4 ++-- chapter06/gcc.xml | 6 +++--- chapter06/glibc.xml | 14 +++++++------- chapter06/shadow.xml | 2 +- chapter06/util-linux.xml | 2 +- 7 files changed, 16 insertions(+), 16 deletions(-) (limited to 'chapter06') diff --git a/chapter06/adjusting.xml b/chapter06/adjusting.xml index bc9e236a6..07c155cc2 100644 --- a/chapter06/adjusting.xml +++ b/chapter06/adjusting.xml @@ -55,7 +55,7 @@ readelf -l a.out | grep ': /lib' Note that /lib is now the prefix of our dynamic linker. - Now make sure that we're setup to use the correct startfiles: + Now make sure that we're setup to use the correct start files: grep -o '/usr/lib.*/crt[1in].*succeeded' dummy.log diff --git a/chapter06/bc.xml b/chapter06/bc.xml index 17be4bfcf..7f9373e52 100644 --- a/chapter06/bc.xml +++ b/chapter06/bc.xml @@ -73,7 +73,7 @@ To test bc, run the commands below. There is quite a bit of output, so you may want to redirect it to a file. There are a very small percentage - of tests (10 of 12,144) that will indicate a roundoff error at the last + of tests (10 of 12,144) that will indicate a round off error at the last digit. echo "quit" | ./bc/bc -l Test/checklib.b diff --git a/chapter06/dbus.xml b/chapter06/dbus.xml index 9ed4e5b6b..46f0439e4 100644 --- a/chapter06/dbus.xml +++ b/chapter06/dbus.xml @@ -71,9 +71,9 @@ make - This package does come with a testsuite, but it requires several + This package does come with a test suite, but it requires several packages that are not included in LFS. Instructions for running the - testsuite can be found in the BLFS book at + test suite can be found in the BLFS book at . Install the package: diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index c14540bf7..56fceee52 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -375,7 +375,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib A wrapper around ar that adds a plugin to the command line. This program is only used - to add "link time optization" and is not useful with the + to add "link time optimization" and is not useful with the default build options gc-ar @@ -388,7 +388,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib A wrapper around nm that adds a plugin to the command line. This program is only used - to add "link time optization" and is not useful with the + to add "link time optimization"" and is not useful with the default build options gc-nm @@ -401,7 +401,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib A wrapper around ranlib that adds a plugin to the command line. This program is only used - to add "link time optization" and is not useful with the + to add "link time optimization"" and is not useful with the default build options gc-ranlib diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 6a1b89419..392682994 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -268,7 +268,7 @@ EOF Adding time zone data - Install and set up the timezone data with the following: + Install and set up the time zone data with the following: tar -xf ../tzdata&tzdata-version;.tar.gz ZONEINFO=/usr/share/zoneinfo @@ -291,14 +291,14 @@ unset ZONEINFO zic -L /dev/null ... - This creates posix timezones, without any leap seconds. It is + This creates posix time zones, without any leap seconds. It is conventional to put these in both zoneinfo and zoneinfo/posix. It is - necessary to put the POSIX timezones in + necessary to put the POSIX time zones in zoneinfo, otherwise various test-suites will report errors. On an embedded system, where space is - tight and you do not intend to ever update the timezones, you could save + tight and you do not intend to ever update the time zones, you could save 1.9MB by not using the posix directory, but some applications or test-suites might produce some failures. @@ -307,9 +307,9 @@ unset ZONEINFO zic -L leapseconds ... - This creates right timezones, including leap seconds. On an + This creates right time zones, including leap seconds. On an embedded system, where space is tight and you do not intend to - ever update the timezones, or care about the correct time, you could + ever update the time zones, or care about the correct time, you could save 1.9MB by omitting the right directory. @@ -333,7 +333,7 @@ unset ZONEINFO After answering a few questions about the location, the script will output the name of the time zone (e.g., America/Edmonton). There are also some other possible - timezones listed in /usr/share/zoneinfo such as Canada/Eastern or EST5EDT that are not identified by the script but can be used. diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 6493f259a..d01ef11ee 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -147,7 +147,7 @@ ln -sfv ../../lib/libshadow.so.0 /usr/lib/libshadow.so --> a group of the same name as the user. By default the user ID (UID) and group ID (GID) numbers will begin with 1000. This means if you don't pass parameters to useradd, each user will be a member of a - unique group on the system. If this behaviour is undesirable, you'll need + unique group on the system. If this behavior is undesirable, you'll need to pass the -g parameter to useradd. The default parameters are stored in the /etc/default/useradd file. You may need to modify two diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index 68f0116ed..6a81f3186 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -345,7 +345,7 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check" fdisk - Manipulates the paritition table of the given device + Manipulates the partition table of the given device fdisk -- cgit v1.2.3-54-g00ecf