diff options
author | 2003-02-13 10:19:44 +0000 | |
---|---|---|
committer | 2003-02-13 10:19:44 +0000 | |
commit | 6c70c160c079b4b6e48b512afbcdc18cae0ede3a (patch) | |
tree | 77603a9fb642e1af34b54e88b4000056e557f3ef | |
parent | when talking about the order requirement, mention all 7 sections we have now. (diff) | |
download | wireguard-openbsd-6c70c160c079b4b6e48b512afbcdc18cae0ede3a.tar.xz wireguard-openbsd-6c70c160c079b4b6e48b512afbcdc18cae0ede3a.zip |
be consistent when listing the different rule type for order requirement
krause
-rw-r--r-- | share/man/man5/pf.conf.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index ce525f84fe6..3bdd7468b58 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.conf.5,v 1.183 2003/02/13 09:39:14 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.184 2003/02/13 10:19:44 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -400,11 +400,11 @@ For example: By default .Xr pfctl 8 enforces an ordering of the statement types in the ruleset to: -.Em options, -.Ar scrub , -.Ar queue , +.Em options , +.Em normalization , +.Em queueing , .Em translation , -.Em filter . +.Em filtering . Setting this option to .Ar no disables this enforcement. |