diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2003-04-27 11:17:15 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2003-04-27 11:17:15 +0000 |
commit | c9c7d16545b1bfad4519f491aa113a57ab7c7b2d (patch) | |
tree | 7959d2b689b7d2f989f6e5343f86419a99c70c9d /sbin/isakmpd | |
parent | 170f4682c629a265077362cb5d100b6291f28122 (diff) |
Describe the 'C set' FIFO command better. (PR#3148, also)
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/isakmpd.8 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sbin/isakmpd/isakmpd.8 b/sbin/isakmpd/isakmpd.8 index 71025d9debc..bbf963b93ea 100644 --- a/sbin/isakmpd/isakmpd.8 +++ b/sbin/isakmpd/isakmpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isakmpd.8,v 1.49 2003/02/22 06:56:20 kjell Exp $ +.\" $OpenBSD: isakmpd.8,v 1.50 2003/04/27 11:17:14 ho Exp $ .\" $EOM: isakmpd.8,v 1.23 2000/05/02 00:30:23 niklas Exp $ .\" .\" Copyright (c) 1998, 1999, 2000, 2001 Niklas Hallqvist. @@ -373,12 +373,15 @@ command-specific options. Available commands are: Start the named connection, if stopped or inactive. .Pp .It Ic "C set [section]:tag=value" +.It Ic "C set [section]:tag=value force" .It Ic "C rm [section]:tag" .It Ic "C rms [section]" Update the running .Nm configuration atomically. 'set' sets a configuration value consisting -of a section, tag and value triplet. 'rm' removes a tag in a +of a section, tag and value triplet. 'set' will fail if the +configuration already contains a section with the named tag, use +the 'force' option to change this behaviour. 'rm' removes a tag in a section. 'rms' removes an entire section. .Pp .It Ic "d <cookies> <msgid>" |