summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2005-04-14 20:09:33 +0000
committerjmc <jmc@openbsd.org>2005-04-14 20:09:33 +0000
commit5459d3574522fa0c403c1ab3e7eba5eadbe44c0c (patch)
tree2303f12fb70ad9b465fc6decfe71e1b2639ab6d7
parentSome format string cleanup. OK deraadt (diff)
downloadwireguard-openbsd-5459d3574522fa0c403c1ab3e7eba5eadbe44c0c.tar.xz
wireguard-openbsd-5459d3574522fa0c403c1ab3e7eba5eadbe44c0c.zip
detail missing step in summary;
-rw-r--r--share/man/man8/vpn.84
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man8/vpn.8 b/share/man/man8/vpn.8
index ab51cdf728f..9f6d154bfa8 100644
--- a/share/man/man8/vpn.8
+++ b/share/man/man8/vpn.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vpn.8,v 1.89 2005/04/14 12:32:23 jmc Exp $
+.\" $OpenBSD: vpn.8,v 1.90 2005/04/14 20:09:33 jmc Exp $
.\"
.\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
@@ -53,6 +53,8 @@ Briefly, creating a VPN consists of the following steps:
.It
Choose a key exchange method: manual or automated.
.It
+For manual keying, generate the keys.
+.It
For manual keying, create the Security Associations (SA), one for
each endpoint.
.It