Typo corrected: 127.0.0.0 --> 127.0.0.1
Submitted by: Daniel Pflager <dpflag@usin.com>
This commit is contained in:
parent
3ec2191352
commit
e6120a759b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=180
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- $Id: userppp.sgml,v 1.4 1995-12-04 17:58:52 jfieber Exp $ -->
|
<!-- $Id: userppp.sgml,v 1.5 1995-12-06 22:01:50 jfieber Exp $ -->
|
||||||
<!-- The FreeBSD Documentation Project -->
|
<!-- The FreeBSD Documentation Project -->
|
||||||
|
|
||||||
<sect>Setting up user PPP<label id="userppp">
|
<sect>Setting up user PPP<label id="userppp">
|
||||||
|
|
@ -174,7 +174,7 @@ namedflags="NO"
|
||||||
foo.bar.com with the IP address 10.0.0.1, <tt>/etc/hosts</tt> should
|
foo.bar.com with the IP address 10.0.0.1, <tt>/etc/hosts</tt> should
|
||||||
contain:
|
contain:
|
||||||
<tscreen><verb>
|
<tscreen><verb>
|
||||||
127.0.0.0 localhost
|
127.0.0.1 localhost
|
||||||
10.0.0.1 foo.bar.com foo
|
10.0.0.1 foo.bar.com foo
|
||||||
</verb></tscreen>
|
</verb></tscreen>
|
||||||
The first line defines the alias ``localhost'' as a synonym for the
|
The first line defines the alias ``localhost'' as a synonym for the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue