diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2000-08-01 06:26:37 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2000-08-01 06:26:37 +0000 |
commit | 7cef2942192182c0972ef23fccf8eb5ca24df377 (patch) | |
tree | cff690eae8acb785e1c489e920270cc96c2c3c6d /sbin/ipnat/ipnat.8 | |
parent | 0ae9b62dde705083eae065552f2724a1b2eab910 (diff) |
fix netmask notation; pr1343
Diffstat (limited to 'sbin/ipnat/ipnat.8')
-rw-r--r-- | sbin/ipnat/ipnat.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipnat/ipnat.8 b/sbin/ipnat/ipnat.8 index 1eda4972118..fee283ee37a 100644 --- a/sbin/ipnat/ipnat.8 +++ b/sbin/ipnat/ipnat.8 @@ -159,8 +159,8 @@ This is usually one of the three blocks of address space the Internet Assigned Numbers Authority has allocated for private networks (RFC 1597): .Pp .Bd -unfilled -offset indent -compact -10.0.0.0 - 10.255.255.255 (ie. 10/24) -172.16.0.0 - 172.31.255.255 (ie. 172.16/20) +10.0.0.0 - 10.255.255.255 (ie. 10/8) +172.16.0.0 - 172.31.255.255 (ie. 172.16/12) 192.168.0.0 - 192.168.255.255 (ie. 192.168/16) .Ed .Pp |