diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1995-04-09 09:54:51 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1995-04-09 09:54:51 +0000 |
commit | 22293c7df5644d4bffb3bf431b5f5374ca2f7f34 (patch) | |
tree | 7305d9a7da909638aec9d0783f7f38a0353302c2 /etc/hosts | |
parent | 6c7aaa6b29e2e0f0854b6dee5edfe103a5e5a67d (diff) | |
download | FreeBSD-src-22293c7df5644d4bffb3bf431b5f5374ca2f7f34.zip FreeBSD-src-22293c7df5644d4bffb3bf431b5f5374ca2f7f34.tar.gz |
This is a purely cosmetic clean up. Fix many cut and paste problems that
had turned tabs into spaces.
Diffstat (limited to 'etc/hosts')
-rw-r--r-- | etc/hosts | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -# $Id: hosts,v 1.3 1994/06/04 02:03:45 phk Exp $ +# $Id: hosts,v 1.4 1994/06/24 23:50:16 wollman Exp $ # # Host Database # This file should contain the addresses and aliases @@ -16,9 +16,9 @@ # According to RFC 1597, you can use the following IP networks for # private nets which will never be connected to the Internet: # -# 10.0.0.0 - 10.255.255.255 -# 172.16.0.0 - 172.31.255.255 -# 192.168.0.0 - 192.168.255.255 +# 10.0.0.0 - 10.255.255.255 +# 172.16.0.0 - 172.31.255.255 +# 192.168.0.0 - 192.168.255.255 # # In case you want to be able to connect to the Internet, you need # real official assigned numbers. PLEASE PLEASE PLEASE do not try |