diff options
author | Lawrence Teo <lteo@cvs.openbsd.org> | 2012-08-12 01:54:54 +0000 |
---|---|---|
committer | Lawrence Teo <lteo@cvs.openbsd.org> | 2012-08-12 01:54:54 +0000 |
commit | 5f1cd05fcf7e792afb78b775c85c833b5ee1c040 (patch) | |
tree | 63ccd909969bf930ee4491b3b599eea3d3b10a22 /sbin | |
parent | b834061e3bd445178ce8d3a4d43ab81b29a6ca43 (diff) |
Explicitly state that only two unit specifiers are recognized instead of
"several."
Note: if anyone adds support for more unit specifiers in the future,
please change this back to "several" (instead of using an exact number)
so that it matches the iked.conf(5) man page. :)
While here, fix a typo in the quick mode section: "phase 1 lifetime" ->
"phase 2 lifetime"
ok mikeb sthen jmc haesbaert henning
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ipsecctl/ipsec.conf.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/ipsecctl/ipsec.conf.5 b/sbin/ipsecctl/ipsec.conf.5 index 36536003a43..f952ada2a41 100644 --- a/sbin/ipsecctl/ipsec.conf.5 +++ b/sbin/ipsecctl/ipsec.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.conf.5,v 1.141 2012/07/13 20:44:11 jmc Exp $ +.\" $OpenBSD: ipsec.conf.5,v 1.142 2012/08/12 01:54:53 lteo 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: July 13 2012 $ +.Dd $Mdocdate: August 12 2012 $ .Dt IPSEC.CONF 5 .Os .Sh NAME @@ -335,7 +335,7 @@ are described below in The .Ic lifetime parameter specifies the phase 1 lifetime in seconds. -Several unit specifiers are recognized (ignoring case): +Two unit specifiers are recognized (ignoring case): .Ql m and .Ql h @@ -374,8 +374,8 @@ is specified. .Pp The .Ic lifetime -parameter specifies the phase 1 lifetime in seconds. -Several unit specifiers are recognized (ignoring case): +parameter specifies the phase 2 lifetime in seconds. +Two unit specifiers are recognized (ignoring case): .Ql m and .Ql h |