summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-11-14 06:09:06 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-11-14 06:09:06 +0000
commit9cd9561cf44f3461a4e3b7550aed27ebaed4cc87 (patch)
tree85605f04327284ac0939431822f296a5a310be99 /share
parenteb8d6c12af21998e318f8f99c2a9fbd3e6e11af3 (diff)
typo; nulld@norm.nulld.net
Diffstat (limited to 'share')
-rw-r--r--share/man/man8/vpn.84
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/vpn.8 b/share/man/man8/vpn.8
index b5cb69930b3..5c9c6ab75d9 100644
--- a/share/man/man8/vpn.8
+++ b/share/man/man8/vpn.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vpn.8,v 1.57 2001/11/06 20:44:22 angelos Exp $
+.\" $OpenBSD: vpn.8,v 1.58 2001/11/14 06:09:05 deraadt Exp $
.\"
.\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
@@ -296,7 +296,7 @@ pass out proto esp from gatewA/32 to gatewB/32
# Passing in traffic from the designated subnets.
pass in on enc0 from netB/netBmask to netA/netAmask
-pass out on enc0 from natA/netAmask to netB/netBmask
+pass out on enc0 from netA/netAmask to netB/netBmask
# Passing in Photuris traffic from the security gateways
pass in on ne0 proto udp from gatewB/32 port = 468 to gatewA/32 port = 468