diff options
author | 2015-01-29 07:48:51 +0000 | |
---|---|---|
committer | 2015-01-29 07:48:51 +0000 | |
commit | f1970c819f939536aa6b06c5768cbd89dd9388d0 (patch) | |
tree | 9ad92b4559015de71d98c681490b2eb026c42aac | |
parent | Use .Rv where appropriate, and move it to RETURN VALUES; (diff) | |
download | wireguard-openbsd-f1970c819f939536aa6b06c5768cbd89dd9388d0.tar.xz wireguard-openbsd-f1970c819f939536aa6b06c5768cbd89dd9388d0.zip |
manual SAs described in ipsec.conf(5) not ipsecctl(8);
from paul gorman
-rw-r--r-- | share/man/man4/ipsec.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/ipsec.4 b/share/man/man4/ipsec.4 index 974f08f639a..1f73fa9be53 100644 --- a/share/man/man4/ipsec.4 +++ b/share/man/man4/ipsec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.4,v 1.81 2014/11/16 19:57:24 schwarze Exp $ +.\" $OpenBSD: ipsec.4,v 1.82 2015/01/29 07:48:51 jmc Exp $ .\" .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -30,7 +30,7 @@ .\" .\" Manual page, using -mandoc macros .\" -.Dd $Mdocdate: November 16 2014 $ +.Dd $Mdocdate: January 29 2015 $ .Dt IPSEC 4 .Os .Sh NAME @@ -148,7 +148,7 @@ The only issue remaining is to ensure that both ends have matching SAs. This may be done manually, or automatically using a key management daemon. .Pp Further information on manual SA establishment is described in -.Xr ipsecctl 8 . +.Xr ipsec.conf 5 . Information on automated key management for IKEv1 can be found in .Xr isakmpd 8 and for IKEv2 in |