summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2001-07-02 17:02:22 +0000
committermillert <millert@openbsd.org>2001-07-02 17:02:22 +0000
commit7bc49b577a8c660c2c632c54c3b8c7bbab2848c3 (patch)
treed31422b3e54ae86fad9ed532e453804c24799c7f
parent-Wall cleanup; ok millert@ (diff)
downloadwireguard-openbsd-7bc49b577a8c660c2c632c54c3b8c7bbab2848c3.tar.xz
wireguard-openbsd-7bc49b577a8c660c2c632c54c3b8c7bbab2848c3.zip
typo
-rw-r--r--share/man/man5/nat.conf.54
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/nat.conf.5 b/share/man/man5/nat.conf.5
index aef58becc5c..80b15d4304e 100644
--- a/share/man/man5/nat.conf.5
+++ b/share/man/man5/nat.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nat.conf.5,v 1.2 2001/07/01 22:09:09 angelos Exp $
+.\" $OpenBSD: nat.conf.5,v 1.3 2001/07/02 17:02:22 millert Exp $
.\"
.\" Copyright (c) 2001 Ian Darwin. All rights reserved.
.\"
@@ -75,7 +75,7 @@ Although in theory any IP address can be used on the inside,
it is recommended that one of the network numbers assigned
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)
+10.0.0.0 - 10.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.0.0 - 192.168.255.255 (i.e., 192.168/16)
.Ed