diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-08-08 21:06:30 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-08-08 21:06:30 +0000 |
commit | 7eac1a5ed56c4c84a6853104a836d1e4899472db (patch) | |
tree | d7274d2e63cf20caa856d61a91d92b240354482c | |
parent | 83528c7103bf2e014b3e783e0b75626beb2bff1b (diff) |
Typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11102 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 2 | ||||
-rw-r--r-- | chapter02/creatingpartition.xml | 2 | ||||
-rw-r--r-- | chapter06/gettext.xml | 2 | ||||
-rw-r--r-- | chapter06/sysklogd.xml | 2 | ||||
-rw-r--r-- | 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 @@ <itemizedlist> <listitem> <para>[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.</para> </listitem> 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 @@ <para>If the <emphasis>boot disk</emphasis> 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 <command>fdisk</command> or have a code of <emphasis>EF02</emphasis> if using <command>gdisk</command>.</para> 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</userinput></screen> <varlistentry id="msgcomm"> <term><command>msgcomm</command></term> <listitem> - <para>Finds the messages that are common to to the given + <para>Finds the messages that are common to the given <filename class="extension">.po</filename> files</para> <indexterm zone="ch-system-gettext msgcomm"> <primary sortas="b-msgcomm">msgcomm</primary> 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</userinput></screen> <para>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.]</para> + logging daemon is told to be.]</para> <indexterm zone="ch-system-sysklogd syslogd"> <primary sortas="b-syslogd">syslogd</primary> </indexterm> 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</userinput></screen> <para>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 <filename>/etc/reslov.conf</filename> file.</para> + static <filename>/etc/resolv.conf</filename> file.</para> </sect3> @@ -245,7 +245,7 @@ EOF</userinput></screen> <para>The ::1 entry is the IPv6 counterpart of 127.0.0.1 and represents the IPv6 loopback interface.</para> - <para>If ussing a staic address, create the <filename>/etc/hosts</filename> + <para>If using a staic address, create the <filename>/etc/hosts</filename> file by running this command instead:</para> <screen role="nodump"><userinput>cat > /etc/hosts << "EOF" |