diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-02-13 10:14:44 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-02-13 10:14:44 +0000 |
commit | 656901e3b19e1a800f023d46ec49223e9008d8ff (patch) | |
tree | 4a58e93ad525c8a8b4d4b22208b67ae75cd9f340 /sbin | |
parent | d8cbc8cbaac881878d6aa197bb108a1eabff2991 (diff) |
when talking about the order requirement, mention all 7 sections we have now.
from krause with minor tweaks by me
grammar ok jmc@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/pfctl/pfctl.8 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index 2d005b35d5c..5bb6f3b522c 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.73 2003/02/11 20:17:35 henning Exp $ +.\" $OpenBSD: pfctl.8,v 1.74 2003/02/13 10:14:43 henning Exp $ .\" .\" Copyright (c) 2001 Kjell Wooding. All rights reserved. .\" @@ -128,8 +128,11 @@ Overrides macro definition in the ruleset. .It Fl e Enable the packet filter. .It Fl f Ar file -Load rule file. This file may contain scrub, nat, queue and filter -rules, in that order. +Load rule file. +This file may contain macros, tables, options, and normalization, queueing, +translation, and filtering rules. +With the exception of macros and tables, the statements must appear in that +order. .It Fl F Ar modifier Flush one of the following. Modifier name may be abbreviated: |