diff options
author | 2009-04-06 17:22:02 +0000 | |
---|---|---|
committer | 2009-04-06 17:22:02 +0000 | |
commit | 3552ceb772bf18a61aeb456dc362a7f799ccda9f (patch) | |
tree | b1b3cf25d5b82de33a0a89b025785ab5fd4da233 | |
parent | In the case where VM_PHYSSEG_MAX == 1 make vm_physseg_find and (diff) | |
download | wireguard-openbsd-3552ceb772bf18a61aeb456dc362a7f799ccda9f.tar.xz wireguard-openbsd-3552ceb772bf18a61aeb456dc362a7f799ccda9f.zip |
no more normalization statements, remove it from require-order description.
ok henning
-rw-r--r-- | share/man/man5/pf.conf.5 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index d160ee5f9b8..cd809e22de9 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.408 2009/04/06 16:30:20 sobrado Exp $ +.\" $OpenBSD: pf.conf.5,v 1.409 2009/04/06 17:22:02 sthen Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -543,7 +543,6 @@ By default .Xr pfctl 8 enforces an ordering of the statement types in the ruleset to: .Em options , -.Em normalization , .Em queueing , .Em translation , .Em filtering . |