summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-02-19 12:48:12 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-02-19 12:48:12 +0000
commitd3395151b813493cf3ac07763c146c64c7022703 (patch)
tree441684d5e23eec307e404e2e475a51aa37231d11 /sbin
parent1ed9c49f93b84645b94c8891e60d84043df03c91 (diff)
clarify how pfctl -k works a bit; based on a discussion with daniel and sam
smith. ok dhartmei@
Diffstat (limited to 'sbin')
-rw-r--r--sbin/pfctl/pfctl.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8
index c2cbe4c3cb3..081760c53aa 100644
--- a/sbin/pfctl/pfctl.8
+++ b/sbin/pfctl/pfctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pfctl.8,v 1.79 2003/02/14 17:17:27 henning Exp $
+.\" $OpenBSD: pfctl.8,v 1.80 2003/02/19 12:48:11 henning Exp $
.\"
.\" Copyright (c) 2001 Kjell Wooding. All rights reserved.
.\"
@@ -154,14 +154,14 @@ Flush the tables.
Flush all of the above.
.El
.It Fl k Ar host
-Kill all of the state entries from the specified host.
+Kill all of the state entries originating 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 -offset indent
Example:
-Kill all of the state entries from host
+Kill all of the state entries originating from host
.Ic # pfctl -k host
.Pp
Kill all of the state entries from host1 to host2