diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-09-07 11:28:35 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-09-07 11:28:35 +0000 |
commit | 5bcf2868d2ef7ccdb0e6684353054732140d44f0 (patch) | |
tree | 5081f7a8f7ee2cda59b946eefd124fc991844799 | |
parent | 098fdbf528d23bfdfc87a25ef8596184ea9e37d9 (diff) |
remove the trans-anchors bnf entry too; ok sthen henning
-rw-r--r-- | share/man/man5/pf.conf.5 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 36ea217bd2e..238e5d79dcd 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.453 2009/09/07 10:36:13 jmc Exp $ +.\" $OpenBSD: pf.conf.5,v 1.454 2009/09/07 11:28:34 jmc Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -2559,9 +2559,8 @@ Syntax for in BNF: .Bd -literal line = ( option | pf-rule | - antispoof-rule | altq-rule | queue-rule | trans-anchors | - anchor-rule | anchor-close | load-anchor | table-rule | - include ) + antispoof-rule | altq-rule | queue-rule | anchor-rule | + anchor-close | load-anchor | table-rule | include ) option = "set" ( [ "timeout" ( timeout | "{" timeout-list "}" ) ] | [ "ruleset-optimization" [ "none" | "basic" | |