diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2003-09-08 14:01:14 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2003-09-08 14:01:14 +0000 |
commit | 579bf464a7d54bf71fb9a9192552d87408876bcd (patch) | |
tree | 90daecb08839eb7f07519835dbfc3b8ab64dcf2b /share | |
parent | 48e0606347d21c0ac37f83b5f71b0c0fc483ace3 (diff) |
fix command line; deraadt@ jmc@ ok.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/vpn.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/vpn.8 b/share/man/man8/vpn.8 index 04fcf1583fc..98f43c4f9a2 100644 --- a/share/man/man8/vpn.8 +++ b/share/man/man8/vpn.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vpn.8,v 1.69 2003/09/05 09:32:18 jmc Exp $ +.\" $OpenBSD: vpn.8,v 1.70 2003/09/08 14:01:13 fgsch Exp $ .\" .\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -159,7 +159,7 @@ must be defined on each end of the VPN, e.g.: # ipsecadm new esp -spi $SPI_BA -src $GATEWAY_B \e -dst $GATEWAY_A -forcetunnel -enc 3des -auth sha1 \e -keyfile $ENCRYPTION_KEY_FILE \e - -authkeyfile$ AUTHENTICATION_KEY_FILE + -authkeyfile $AUTHENTICATION_KEY_FILE .Ed .Pp Note that the |