diff options
author | 2001-01-26 11:08:58 +0000 | |
---|---|---|
committer | 2001-01-26 11:08:58 +0000 | |
commit | e55ca14350238aa01fa657bc1fcb02fc4114ff8d (patch) | |
tree | d6338ee6dfe2f4de734b566f43831af630718ca7 | |
parent | Merge with EOM 1.139 (diff) | |
download | wireguard-openbsd-e55ca14350238aa01fa657bc1fcb02fc4114ff8d.tar.xz wireguard-openbsd-e55ca14350238aa01fa657bc1fcb02fc4114ff8d.zip |
Merge with EOM 1.57
author: ho
Lifetime is KILOBYTES not BYTES. Noticed by <jj@dynarc.se>
-rw-r--r-- | sbin/isakmpd/isakmpd.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/isakmpd/isakmpd.conf.5 b/sbin/isakmpd/isakmpd.conf.5 index 6a164ac45c1..c3208bca61a 100644 --- a/sbin/isakmpd/isakmpd.conf.5 +++ b/sbin/isakmpd/isakmpd.conf.5 @@ -1,5 +1,5 @@ -.\" $OpenBSD: isakmpd.conf.5,v 1.46 2000/12/15 14:31:18 aaron Exp $ -.\" $EOM: isakmpd.conf.5,v 1.55 2000/12/04 02:04:29 angelos Exp $ +.\" $OpenBSD: isakmpd.conf.5,v 1.47 2001/01/26 11:08:58 niklas 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. .\" Copyright (c) 2000 Håkan Olsson. All rights reserved. @@ -401,7 +401,7 @@ proposed lifetime type and value will be accepted. .It Em LIFE_TYPE .Li SECONDS or -.Li BYTES +.Li KILOBYTES depending on the type of the duration. Notice that this field may NOT be set to ANY. .It Em LIFE_DURATION |