summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorMike Frantzen <frantzen@cvs.openbsd.org>2002-03-26 17:35:38 +0000
committerMike Frantzen <frantzen@cvs.openbsd.org>2002-03-26 17:35:38 +0000
commit0cc72878fa57eba8b70c0ec98d5ca519d9f83856 (patch)
tree11d30fd4b37b87645276d18d86f1822ad6586366 /sbin
parentd05f2e8e95f197d368860336b4ac0bc557bb2351 (diff)
sort options and clean up the -k descrption. patch from dfa@solo.ee
Diffstat (limited to 'sbin')
-rw-r--r--sbin/pfctl/pfctl.826
1 files changed, 18 insertions, 8 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8
index 85e344b6534..3541eaf9001 100644
--- a/sbin/pfctl/pfctl.8
+++ b/sbin/pfctl/pfctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pfctl.8,v 1.44 2002/03/25 22:05:49 frantzen Exp $
+.\" $OpenBSD: pfctl.8,v 1.45 2002/03/26 17:35:37 frantzen Exp $
.\"
.\" Copyright (c) 2001 Kjell Wooding. All rights reserved.
.\"
@@ -34,12 +34,12 @@
.Nm pfctl
.Op Fl dehnqrvz
.Op Fl F Ar modifier
-.Op Fl l Ar interface
-.Op Fl k Ar modifier
-.Op Fl m Ar modifier
.Op Fl N Ar file
.Op Fl O Ar level
.Op Fl R Ar file
+.Op Fl k Ar host
+.Op Fl l Ar interface
+.Op Fl m Ar modifier
.Op Fl s Ar modifier
.Op Fl t Ar modifier
.Op Fl x Ar level
@@ -108,10 +108,20 @@ Flush the filter information (statistics that are not bound to rules).
.It Fl F Ar all
Flush all of the above.
.El
-.It Fl k Ar modifier
-Kill all of the state entries from the specified host. A second -k parameter
-may be specified which will kill all the state entries from the first host
-and to the second host.
+.It Fl k Ar host
+Kill all of the state entries from the specified host.
+A second
+.Fl k Ar host
+option may be specified, which will kill all the state entries
+from the first host to the second host.
+.Bd -literal
+Example:
+ Kill all of the state entries from host
+ # pfctl -k host
+
+ Kill all of the state entries from host1 to host2
+ # pfctl -k host1 -k host2
+.Ed
.It Fl h
Help.
.It Fl l Ar interface