diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-09-07 10:36:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-09-07 10:36:14 +0000 |
commit | 7c92b6f5b2780bbb057203c76c0a26460a715451 (patch) | |
tree | f14cead879c3f2c27b24800e60eef445ae7655ee /share/man/man5 | |
parent | f3fb6450001f61fa96793d45e563023d102fd22b (diff) |
remove *-anchor bits from BNF; ok sthen
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/pf.conf.5 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 0f7365a1418..36ea217bd2e 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.452 2009/09/03 17:53:25 jmc Exp $ +.\" $OpenBSD: pf.conf.5,v 1.453 2009/09/07 10:36:13 jmc Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 3 2009 $ +.Dd $Mdocdate: September 7 2009 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -2627,9 +2627,6 @@ anchor-rule = "anchor" [ string ] [ ( "in" | "out" ) ] [ "on" ifspec ] anchor-close = "}" -trans-anchors = ( "nat-anchor" | "rdr-anchor" ) string - [ "on" ifspec ] [ af ] [ "proto" ] [ protospec ] [ hosts ] - load-anchor = "load anchor" string "from" filename queueopts-list = queueopts-list queueopts | queueopts |