diff options
| author | John Fieber <jfieber@FreeBSD.org> | 1995-12-06 22:01:50 +0000 |
|---|---|---|
| committer | John Fieber <jfieber@FreeBSD.org> | 1995-12-06 22:01:50 +0000 |
| commit | fedf16b97690b83067aaace6135d1f73269d1cfd (patch) | |
| tree | 8389c34aaf157a2073674b25af4a621b2646f355 | |
| parent | f9bfc49779d28eacbec27d5d9567eb8906654dfc (diff) | |
Notes
| -rw-r--r-- | share/doc/handbook/userppp.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/handbook/userppp.sgml b/share/doc/handbook/userppp.sgml index 46b20e6c80dc..f874e458dc43 100644 --- a/share/doc/handbook/userppp.sgml +++ b/share/doc/handbook/userppp.sgml @@ -1,4 +1,4 @@ -<!-- $Id: userppp.sgml,v 1.3 1995/08/29 01:42:52 jfieber Exp $ --> +<!-- $Id: userppp.sgml,v 1.4 1995/12/04 17:58:52 jfieber Exp $ --> <!-- The FreeBSD Documentation Project --> <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 contain: <tscreen><verb> -127.0.0.0 localhost +127.0.0.1 localhost 10.0.0.1 foo.bar.com foo </verb></tscreen> The first line defines the alias ``localhost'' as a synonym for the |
