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 /chapter07 | |
parent | 83528c7103bf2e014b3e783e0b75626beb2bff1b (diff) |
Typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11102 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/networkd.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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" |