diff options
author | Chris Cappuccio <chris@cvs.openbsd.org> | 2001-06-26 04:46:22 +0000 |
---|---|---|
committer | Chris Cappuccio <chris@cvs.openbsd.org> | 2001-06-26 04:46:22 +0000 |
commit | 30dd77d8332f127722f8ef011fe762cb5c034a78 (patch) | |
tree | 516498e75b5cfd6e954d56f20f7c96cb0d09081e | |
parent | 8dde63da6e2eb950f489b7cdb166a3f640e569f9 (diff) |
typo
-rw-r--r-- | share/man/man5/pf.nat.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/pf.nat.5 b/share/man/man5/pf.nat.5 index c0be9577255..5f789f24ee1 100644 --- a/share/man/man5/pf.nat.5 +++ b/share/man/man5/pf.nat.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.nat.5,v 1.2 2001/06/26 00:54:57 ian Exp $ +.\" $OpenBSD: pf.nat.5,v 1.3 2001/06/26 04:46:21 chris Exp $ .\" .\" Copyright (c) 2001 Ian Darwin. All rights reserved. .\" @@ -77,7 +77,7 @@ for this purpose in RFC 1918. These netblocks are: .Bd -literal 10.0.0.0 - 10.255.255.255.255 (all of net 10, i.e., 10/8) 172.16.0.0 - 172.31.255.255 (i.e, 172.16/12) -192.168.1.0 - 192.168.255.255 (i.e., 192.168/16) +192.168.0.0 - 192.168.255.255 (i.e., 192.168/16) .Ed .Sh EXAMPLES This example maps incoming requests on port 80 to port 8080, on |