diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-17 19:35:24 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-17 19:35:24 +0000 |
commit | a79ac801b41b303fa0986465ab1a91a46d198281 (patch) | |
tree | 9f9c41fa67e4548778e1fd9bfa812866fba23fd8 | |
parent | 4782c97c686052361270265e2361d81e4d8a6046 (diff) |
Few fixes.
-rw-r--r-- | sbin/isakmpd/isakmpd.8 | 37 |
1 files changed, 15 insertions, 22 deletions
diff --git a/sbin/isakmpd/isakmpd.8 b/sbin/isakmpd/isakmpd.8 index 6eaabfb97fe..71cd1c76a69 100644 --- a/sbin/isakmpd/isakmpd.8 +++ b/sbin/isakmpd/isakmpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isakmpd.8,v 1.13 1999/10/01 14:09:20 niklas Exp $ +.\" $OpenBSD: isakmpd.8,v 1.14 1999/10/17 19:35:23 aaron Exp $ .\" $EOM: isakmpd.8,v 1.17 1999/09/20 19:57:50 angelos Exp $ .\" .\" Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. @@ -64,14 +64,10 @@ socket for kernel requests. The options are as follows: .Bl -tag -width Ds .It Fl c Ar config-file -If given, the -.Fl c -option specifies an alternate configuration file instead of +Specifies an alternate configuration file instead of the default .Pa /etc/isakmpd/isakmpd.conf . .It Fl d -The -.Fl d -option is used to make the daemon run in the foreground, logging to stderr. +Cause the daemon run in the foreground, logging to stderr. .It Xo Fl D .Ar debug-class Ns No = Ns Ar level .Xc @@ -90,12 +86,11 @@ the level you want that debugging class to limit debug printouts at (i.e., all debug printouts above the level specified will not output anything). If .Ar class -is set to 'A', +is set to +.Sq A , then all debugging classes are set to the specified level. .It Fl f Ar fifo -The -.Fl f -option specifies the +Specifies the .Tn FIFO (a.k.a. named pipe) where the daemon listens for user requests. If the path given is a dash @@ -103,15 +98,13 @@ user requests. If the path given is a dash .Nm will listen to stdin instead. .It Fl n -When the -.Fl n -option is given, the kernel will not take part in the negotiations. +Cause the kernel to not take part in the negotiations. This is a non-destructive mode so to say, in that it won't alter any -SAs in the IPSEC stack. +SAs in the IPsec stack. .It Fl p Ar listen-port -The -.Fl p -option specifies the listen port the daemon will bind to. +Specifies the port +.Nm +will bind to. .It Fl P Ar local-port On the other hand, the port specified to capital .Fl P @@ -136,14 +129,14 @@ The .Fl P flag does not do what we document, rather it does nothing. .Sh FILES -.Bl -tag -width /var/run/isakmpd.report +.Bl -tag -width /etc/isakmpd/isakmpd.conf -compact .It Pa /etc/isakmpd/isakmpd.conf -The configuration file +configuration file .It Pa /var/run/isakmpd.fifo -The FIFO used to manually control +FIFO used to manually control .Nm isakmpd .It Pa /var/run/isakmpd.report -The report file +report file .El .Sh SEE ALSO .Xr ipsec 4 , |