diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-11-23 20:49:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-11-23 20:49:39 +0000 |
commit | 3826ff1e5b5947b47ceaf9e7d2ee78a255ed0728 (patch) | |
tree | b8463e572fd2616545fe68d2a573e4961a80fcd9 /sbin | |
parent | 13d4fda82891a23f012cbed3069c6ab89527d20c (diff) |
in isakmpd(8), provide a hint: from scott cheloha
also some minor tweaks while here...
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ipsecctl/ipsec.conf.5 | 8 | ||||
-rw-r--r-- | sbin/isakmpd/isakmpd.8 | 9 |
2 files changed, 7 insertions, 10 deletions
diff --git a/sbin/ipsecctl/ipsec.conf.5 b/sbin/ipsecctl/ipsec.conf.5 index 995dde1ecf7..44b675ef0c2 100644 --- a/sbin/ipsecctl/ipsec.conf.5 +++ b/sbin/ipsecctl/ipsec.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.conf.5,v 1.153 2017/10/27 08:29:32 mpi Exp $ +.\" $OpenBSD: ipsec.conf.5,v 1.154 2017/11/23 20:49:38 jmc Exp $ .\" .\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved. .\" @@ -22,7 +22,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 27 2017 $ +.Dd $Mdocdate: November 23 2017 $ .Dt IPSEC.CONF 5 .Os .Sh NAME @@ -44,9 +44,7 @@ The IPsec protocol itself is described in In its most basic form, a .Em flow is established between hosts and/or networks, -and then Security Associations -.Pq Em SA -are established, +and then Security Associations (SAs) are established, which detail how the desired protection will be achieved. IPsec uses flows to determine whether to apply security services to an IP packet or not. diff --git a/sbin/isakmpd/isakmpd.8 b/sbin/isakmpd/isakmpd.8 index 071b418fba6..c2727497e88 100644 --- a/sbin/isakmpd/isakmpd.8 +++ b/sbin/isakmpd/isakmpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isakmpd.8,v 1.118 2016/03/05 08:38:36 jmc Exp $ +.\" $OpenBSD: isakmpd.8,v 1.119 2017/11/23 20:49:38 jmc Exp $ .\" $EOM: isakmpd.8,v 1.23 2000/05/02 00:30:23 niklas Exp $ .\" .\" Copyright (c) 1998, 1999, 2000, 2001 Niklas Hallqvist. @@ -30,7 +30,7 @@ .\" .\" Manual page, using -mandoc macros .\" -.Dd $Mdocdate: March 5 2016 $ +.Dd $Mdocdate: November 23 2017 $ .Dt ISAKMPD 8 .Os .Sh NAME @@ -50,7 +50,7 @@ .Sh DESCRIPTION The .Nm -daemon establishes security associations for encrypted +daemon establishes Security Associations (SAs) for encrypted and/or authenticated network traffic. At this moment, and probably forever, this means .Xr ipsec 4 @@ -212,8 +212,7 @@ option is used to make the daemon run in the foreground, logging to stderr. .It Fl f Ar fifo The .Fl f -option specifies the -.Tn FIFO +option specifies the FIFO (a.k.a. named pipe) where the daemon listens for user requests. If the path given is a dash |