Fix two spelling errors.
This commit is contained in:
parent
68694fa912
commit
29eb89e99b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9972
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml,v 1.5 2001/07/17 00:11:18 chern Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml,v 1.6 2001/07/19 01:11:50 chern Exp $
|
||||
-->
|
||||
|
||||
<chapter id="config-tuning">
|
||||
|
@ -508,7 +508,7 @@ nameserver 147.11.100.30</programlisting>
|
|||
<indexterm><primary>hosts</primary></indexterm>
|
||||
|
||||
<para><filename>/etc/hosts</filename> is a simple text database
|
||||
reminescent of the old Internet. It works in conjunction with DNS
|
||||
reminiscent of the old Internet. It works in conjunction with DNS
|
||||
and NIS providing name to IP address mappings. Local computers
|
||||
connected via a LAN can be placed in here for simplistic naming
|
||||
purposes instead of setting up a &man.named.8; server.
|
||||
|
@ -550,7 +550,7 @@ nameserver 147.11.100.30</programlisting>
|
|||
<para><filename>/etc/hosts</filename> takes on the simple format
|
||||
of:</para>
|
||||
|
||||
<programlisting>[Internet address] [offical hostname] [alias1] [alias2] ...</programlisting>
|
||||
<programlisting>[Internet address] [official hostname] [alias1] [alias2] ...</programlisting>
|
||||
|
||||
<para>For example:</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue