diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-01 20:30:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-01 20:30:10 +0000 |
commit | b1e6b29b48d66759f1d56b4b45b241e38e468a1d (patch) | |
tree | 66040ca02e4dd7df18f8b443323ef67310629104 /sbin/isakmpd/isakmpd.8 | |
parent | ccd08060538f95756818f3a66281ebaaaffd7877 (diff) |
improve the description of -a. specifically, make it clear that
ipsec.conf users do not want to run isakmpd -a unless they are
messing with manual flows;
closes documentation/5399, from sthen
original diff and feedback from sthen
ok hshoexer
Diffstat (limited to 'sbin/isakmpd/isakmpd.8')
-rw-r--r-- | sbin/isakmpd/isakmpd.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/isakmpd/isakmpd.8 b/sbin/isakmpd/isakmpd.8 index 7a7f8bd44ab..94b0721ab6f 100644 --- a/sbin/isakmpd/isakmpd.8 +++ b/sbin/isakmpd/isakmpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isakmpd.8,v 1.100 2006/12/05 14:29:14 jmc Exp $ +.\" $OpenBSD: isakmpd.8,v 1.101 2007/03/01 20:30:09 jmc Exp $ .\" $EOM: isakmpd.8,v 1.23 2000/05/02 00:30:23 niklas Exp $ .\" .\" Copyright (c) 1998, 1999, 2000, 2001 Niklas Hallqvist. @@ -117,13 +117,13 @@ The default is to use both IPv4 and IPv6. If given, .Nm does not set up flows automatically. -This is useful when flows are configured with -.Xr ipsecctl 8 -or by other programs like +Instead manual flows may be configured using +.Xr ipsec.conf 5 +or by programs such as .Xr bgpd 8 . Thus .Nm -only takes care of the SA establishment. +only takes care of SA establishment. .It Fl c Ar config-file If given, the .Fl c |