diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-24 17:50:17 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-24 17:50:17 +0000 |
commit | a805ec307b42fd65b3912539611a8c906defc73e (patch) | |
tree | 59324265a30508046bec6ecc1ee0baad2d9679c7 /sbin | |
parent | 999ad6ac1fb3ab689e3e3d8269b1e95d844f444d (diff) |
tweak;
ok cedric@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/pfctl/pfctl.8 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index 9b564a84d0d..396763b01ae 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.96 2003/05/24 14:43:20 cedric Exp $ +.\" $OpenBSD: pfctl.8,v 1.97 2003/05/24 17:50:16 jmc Exp $ .\" .\" Copyright (c) 2001 Kjell Wooding. All rights reserved. .\" @@ -136,7 +136,7 @@ in the ruleset. Enable the packet filter. .It Fl f Ar file Load the rules contained in -.Ar file. +.Ar file . This .Ar file may contain macros, tables, options, and normalization, queueing, @@ -333,7 +333,9 @@ Each table maintains a set of counters that can be retrieved using the flag of .Nm pfctl . For example, the following commands define a wide open firewall which will keep -track of packets going to or coming from the OpenBSD ftp server. +track of packets going to or coming from the +.Ox +ftp server. The following commands configure the firewall and send 10 pings to the ftp server: .Bd -literal -offset indent @@ -426,8 +428,8 @@ This flag can only be witnessed briefly during the loading of .It r For tables which are referenced (used) by rules. .It h -This flag is set when a table in the main ruleset is hidden by one of more tables -of the same name in sub-rulesets (anchors). +This flag is set when a table in the main ruleset is hidden by one or more +tables of the same name in sub-rulesets (anchors). .El .It Fl v Produce more verbose output. |