summaryrefslogtreecommitdiff
path: root/sbin/ipsecctl/ipsecctl.8
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-04-05 07:14:01 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-04-05 07:14:01 +0000
commit1cd9c2f75f9cf766a443447e4cefada7e74d7c15 (patch)
tree46e034315184e57962e62ecac1f75baa17efd40a /sbin/ipsecctl/ipsecctl.8
parentdb4b6c12f8e159db5abd987c93aa842eb567f86a (diff)
cleanup; ok hshoexer@
Diffstat (limited to 'sbin/ipsecctl/ipsecctl.8')
-rw-r--r--sbin/ipsecctl/ipsecctl.826
1 files changed, 13 insertions, 13 deletions
diff --git a/sbin/ipsecctl/ipsecctl.8 b/sbin/ipsecctl/ipsecctl.8
index 50b5a866687..ee36676732b 100644
--- a/sbin/ipsecctl/ipsecctl.8
+++ b/sbin/ipsecctl/ipsecctl.8
@@ -1,49 +1,49 @@
-.\" $OpenBSD: ipsecctl.8,v 1.3 2005/04/04 22:43:54 hshoexer Exp $
+.\" $OpenBSD: ipsecctl.8,v 1.4 2005/04/05 07:14:00 jmc Exp $
.\"
.\" The following requests are required for all man pages.
-.Dd April, 5, 2005
-.Dt IPSECCTL 8
+.Dd April 5, 2005
+.Dt IPSECCTL 8
.Os
.Sh NAME
.Nm ipsecctl
-.Nd "control flows for IPsec
+.Nd control flows for IPsec
.Sh SYNOPSIS
.\" For a program: program [-abc] file ...
.Nm ipsecctl
-.Op Fl Fhnvs
+.Op Fl Fhnsv
.Op Fl f Ar file
.Sh DESCRIPTION
The
.Nm
-utility controls flows that determining which packets are to be processed by
+utility controls flows that determine which packets are to be processed by
IPsec.
It allows ruleset configuration and retrieval of status information from the
-kernels SPD (Security Policy Database).
+kernel's SPD (Security Policy Database).
.Pp
The ruleset grammar is described in
.Xr ipsec.conf 5 .
.Pp
The options are as follows:
.Bl -tag -width Ds
-.It Fl f Ar file
-Load the rules contained in
-.Ar file .
.It Fl F
The
.Fl F
option flushes the SPD.
+.It Fl f Ar file
+Load the rules contained in
+.Ar file .
.It Fl h
Help.
.It Fl n
Do not actually load rules, just parse them.
+.It Fl s
+Show the ruleset loaded into the SPD.
.It Fl v
Produce more verbose output.
A second use of
.Fl v
will produce even more verbose output.
-.It Fl s
-Show the ruleset loaded into the SPD.
-
+.El
.\" The following requests should be uncommented and used where appropriate.
.\" This next request is for sections 2, 3, and 9 function return values only.
.\" .Sh RETURN VALUES