diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-10 21:13:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-10 21:13:42 +0000 |
commit | 5ae5980d78d517d5d9cbdb0c79d968bf7bfd2b85 (patch) | |
tree | b8a47d9057dcf54a57e1eca93523d779eb8f3d2b /sbin/isakmpd | |
parent | 607ced2a9825cfbbaa96cea1eeeb0ffa4c3a73a9 (diff) |
typos;
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/isakmpd.8 | 6 | ||||
-rw-r--r-- | sbin/isakmpd/isakmpd.conf.5 | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sbin/isakmpd/isakmpd.8 b/sbin/isakmpd/isakmpd.8 index bbf963b93ea..ad11fe770e3 100644 --- a/sbin/isakmpd/isakmpd.8 +++ b/sbin/isakmpd/isakmpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isakmpd.8,v 1.50 2003/04/27 11:17:14 ho Exp $ +.\" $OpenBSD: isakmpd.8,v 1.51 2003/05/10 21:13:41 jmc Exp $ .\" $EOM: isakmpd.8,v 1.23 2000/05/02 00:30:23 niklas Exp $ .\" .\" Copyright (c) 1998, 1999, 2000, 2001 Niklas Hallqvist. @@ -232,7 +232,7 @@ In order to use public key based authentication, there has to be an infrastructure managing the key signing. Either there is an already existing PKI .Nm -should take part in, or there will be a need to setup one. +should take part in, or there will be a need to set one up. In the former case, what is needed to be done varies depending on the actual Certificate Authority used, and is therefore not covered here, other than mentioning that @@ -381,7 +381,7 @@ Update the running configuration atomically. 'set' sets a configuration value consisting of a section, tag and value triplet. 'set' will fail if the configuration already contains a section with the named tag, use -the 'force' option to change this behaviour. 'rm' removes a tag in a +the 'force' option to change this behaviour. 'rm' removes a tag in a section. 'rms' removes an entire section. .Pp .It Ic "d <cookies> <msgid>" diff --git a/sbin/isakmpd/isakmpd.conf.5 b/sbin/isakmpd/isakmpd.conf.5 index 10a1f0ee622..9bc7dd1467d 100644 --- a/sbin/isakmpd/isakmpd.conf.5 +++ b/sbin/isakmpd/isakmpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isakmpd.conf.5,v 1.76 2003/03/21 15:13:26 markus Exp $ +.\" $OpenBSD: isakmpd.conf.5,v 1.77 2003/05/10 21:13:41 jmc Exp $ .\" $EOM: isakmpd.conf.5,v 1.57 2000/12/21 14:43:17 ho Exp $ .\" .\" Copyright (c) 1998, 1999, 2000 Niklas Hallqvist. All rights reserved. @@ -112,7 +112,7 @@ Unless explicitly stated with -GRP1, 2 or 5, transforms and PFS suites use DH group 2. There are currently no predefined ESP+AH Quick Mode suites. .Pp The predefinitions include some default values for the special -sections "General", "Keynote", "X509-certificates", and +sections "General", "Keynote", "X509-certificates", and "Default-phase-1-configuration". These default values are presented in the example below. .Pp @@ -169,7 +169,7 @@ If left unspecified, QM-ESP-3DES-SHA-PFS-SUITE is used as the default. .It Em Check-interval The interval between watchdog checks of connections we want up at all times. .It Em Exchange-max-time -How many seconds should an exchange maximally take to setup before we +How many seconds should an exchange maximally take to set up before we give up. .It Em Listen-on A list of IP-addresses OK to listen on. @@ -196,7 +196,7 @@ How many times should a message be retransmitted before giving up. If this tag is defined, whatever the value is, some semantics of .Nm are changed so that multiple instances can run on top of one SADB -and setup SAs with each other. +and set up SAs with each other. Specifically this means replay protection will not be asked for, and errors that can occur when updating an SA with its parameters a 2nd time will be ignored. |