diff options
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/isakmpd/isakmpd.8 | 6 | ||||
-rw-r--r-- | sbin/isakmpd/isakmpd.conf.5 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sbin/isakmpd/isakmpd.8 b/sbin/isakmpd/isakmpd.8 index a2efb6011d9..e7f6987b704 100644 --- a/sbin/isakmpd/isakmpd.8 +++ b/sbin/isakmpd/isakmpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isakmpd.8,v 1.64 2004/07/07 22:25:39 hshoexer Exp $ +.\" $OpenBSD: isakmpd.8,v 1.65 2004/07/08 10:37:12 jmc Exp $ .\" $EOM: isakmpd.8,v 1.23 2000/05/02 00:30:23 niklas Exp $ .\" .\" Copyright (c) 1998, 1999, 2000, 2001 Niklas Hallqvist. @@ -458,8 +458,8 @@ NOTE: Sending isakmpd a SIGHUP or an "R" through the FIFO will void any updates done to the configuration. .Pp .It Ic "C get [section]:tag" -Get the configuration value of the specified section and tag. The -result is stored in +Get the configuration value of the specified section and tag. +The result is stored in .Pa /var/run/isakmpd.result . .Pp .It Ic "d <cookies> <msgid>" diff --git a/sbin/isakmpd/isakmpd.conf.5 b/sbin/isakmpd/isakmpd.conf.5 index 80087ccbd7e..c1020578876 100644 --- a/sbin/isakmpd/isakmpd.conf.5 +++ b/sbin/isakmpd/isakmpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isakmpd.conf.5,v 1.92 2004/07/07 22:25:39 hshoexer Exp $ +.\" $OpenBSD: isakmpd.conf.5,v 1.93 2004/07/08 10:37:12 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. @@ -248,7 +248,7 @@ The default value is .Qq yes , which enables the policy checking. When set to any other value, policies will not be checked. -This is useful when policies for flows and SA establishment are arragned by +This is useful when policies for flows and SA establishment are arranged by other programs like .Xr ipsecadm 8 or |