From 7eac1a5ed56c4c84a6853104a836d1e4899472db Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 8 Aug 2016 21:06:30 +0000 Subject: [PATCH] Typos git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11102 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 2 +- chapter02/creatingpartition.xml | 2 +- chapter06/gettext.xml | 2 +- chapter06/sysklogd.xml | 2 +- chapter07/networkd.xml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0585b3126..8fdefa9f7 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -251,7 +251,7 @@ [dj] - Adjust hosts file instructions to account for hosts - using automatic configuration. Ajusted eplanatory text to account + using automatic configuration. Adjusted explanatory text to account for additional configurations. diff --git a/chapter02/creatingpartition.xml b/chapter02/creatingpartition.xml index 6f2de1b1e..5956f08ae 100644 --- a/chapter02/creatingpartition.xml +++ b/chapter02/creatingpartition.xml @@ -116,7 +116,7 @@ If the boot disk has been partitioned with a GUID Partition Table (GPT), then a small, typically 1 MB, partition must be created if it does not already exist. This partition is not formatted, but - must be available for GRUB to to use during installation of the boot + must be available for GRUB to use during installation of the boot loader. This partition will normally be labeled 'BIOS Boot' if using fdisk or have a code of EF02 if using gdisk. diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml index 1e7177bdd..c573d1e14 100644 --- a/chapter06/gettext.xml +++ b/chapter06/gettext.xml @@ -191,7 +191,7 @@ chmod -v 0755 /usr/lib/preloadable_libintl.so msgcomm - Finds the messages that are common to to the given + Finds the messages that are common to the given .po files msgcomm diff --git a/chapter06/sysklogd.xml b/chapter06/sysklogd.xml index f2f25a9a2..4d866a729 100644 --- a/chapter06/sysklogd.xml +++ b/chapter06/sysklogd.xml @@ -123,7 +123,7 @@ EOF Logs the messages that system programs offer for logging [Every logged message contains at least a date stamp and a hostname, and normally the program's name too, but that depends on how trusting the - logging daemon is told to bei.] + logging daemon is told to be.] syslogd diff --git a/chapter07/networkd.xml b/chapter07/networkd.xml index 17e879fb7..fbb525a2e 100644 --- a/chapter07/networkd.xml +++ b/chapter07/networkd.xml @@ -69,7 +69,7 @@ EOF Multiple DNS entries can be added if you have more than one DNS server. Do not include DNS or Domains entries if you intend to use a - static /etc/reslov.conf file. + static /etc/resolv.conf file. @@ -245,7 +245,7 @@ EOF The ::1 entry is the IPv6 counterpart of 127.0.0.1 and represents the IPv6 loopback interface. - If ussing a staic address, create the /etc/hosts + If using a staic address, create the /etc/hosts file by running this command instead: cat > /etc/hosts << "EOF"