diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-14 08:46:17 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-14 08:46:17 +0000 |
commit | 74ad96b98094898711283863125299a87c561cd7 (patch) | |
tree | 2e1e815a390d992bca2de8efe4a61271125d52f1 | |
parent | 41f6a339b5974f023d46fd10e0d4112ed87052e9 (diff) |
make this part consistent too;
-rw-r--r-- | share/man/man8/vpn.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man8/vpn.8 b/share/man/man8/vpn.8 index 8b4fe8f3a73..cc09628300c 100644 --- a/share/man/man8/vpn.8 +++ b/share/man/man8/vpn.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vpn.8,v 1.81 2005/04/14 08:41:52 jmc Exp $ +.\" $OpenBSD: vpn.8,v 1.82 2005/04/14 08:46:16 jmc Exp $ .\" .\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -257,10 +257,10 @@ policy, if only to avoid filtering conflicts. To create a manual keyed VPN between two class C networks using 3DES encryption and the following IP addresses: .Bd -literal -offset indent - GATEWAY_A = 192.168.1.254 - NETWORK_A = 10.0.50.0/24 - GATEWAY_B = 192.168.2.1 - NETWORK_B = 10.0.99.0/24 +GATEWAY_A = 192.168.1.254 +GATEWAY_B = 192.168.2.1 +NETWORK_A = 10.0.50.0/24 +NETWORK_B = 10.0.99.0/24 .Ed .Bl -enum .It |