summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorDaniel Hartmeier <dhartmei@cvs.openbsd.org>2001-10-11 00:53:22 +0000
committerDaniel Hartmeier <dhartmei@cvs.openbsd.org>2001-10-11 00:53:22 +0000
commit6c552916c343bec82883a0066c6e80bdfcc30dab (patch)
tree6412480f78d8350170d81d450dab41e015aacff5 /sbin
parentdaf808ec569d5b885a19377337fafb28e0be4c40 (diff)
Corrections from Brian J. Kifiak.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/pfctl/pfctl.810
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8
index f609ead658f..212e091bd75 100644
--- a/sbin/pfctl/pfctl.8
+++ b/sbin/pfctl/pfctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pfctl.8,v 1.33 2001/09/30 05:29:37 frantzen Exp $
+.\" $OpenBSD: pfctl.8,v 1.34 2001/10/11 00:53:21 dhartmei Exp $
.\"
.\" Copyright (c) 2001 Kjell Wooding. All rights reserved.
.\"
@@ -53,7 +53,7 @@ your host; packets can be specified in a variety of ways including
by protocol, by port number, and by address.
Network Address Translation lets you map a series of internal
host IP numbers to a single external address.
-The NAT code also has provision for redirecting a
+The NAT code also has provisions for redirecting a
range of connections to a different host and/or port number.
Taken together this provides a powerful basic firewall mechanism.
.Pp
@@ -132,13 +132,13 @@ legitimate connections at the expense of greater memory utilization (possibly
much greater on a busy network) and slightly increased processor utilization.
.El
Currently the optimizations only encompass the state table timeouts but much
-more is planned in future revisions of the FSMs.
+more is planned in future revisions of the finite state machines (FSMs).
.It Fl q
Only print errors and warnings.
.It Fl R Ar file
Load a filter rules file into the filter.
.It Fl s Ar modifier
-Show filter parameters. Modifier names may be abbreviated.
+Show filter parameters. Modifier names may be abbreviated:
.Bl -tag -width "s rules " -compact
.It Fl s Ar nat
Show the currently loaded NAT rules.
@@ -160,7 +160,7 @@ Show all of the above.
.It Fl t Ar modifier
Get a timeout or interval value. Any of the modifiers may be set,
with the exception of
-.Em all,
+.Em all ,
by appending =<seconds> to the modifier without any whitespace seperating
the modifier, the equals and the number of seconds.
.Bl -tag -width "t interval " -compact