diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-07-08 10:37:13 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-07-08 10:37:13 +0000 |
commit | f89c911a831ee60723c2d2b9c079ef233e079e70 (patch) | |
tree | 533764398f9426b81a5f3e7cccc7501924a9b16a /sbin/isakmpd | |
parent | 586e635d72877a713b4214084fdaa19d806a233a (diff) |
typo, and line adjustment;
Diffstat (limited to 'sbin/isakmpd')
-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 |