diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-11-24 16:06:01 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-11-24 16:06:01 +0000 |
commit | a4fae87d20eb1efc40e15a64076c30f5853b836c (patch) | |
tree | ca16add3f828760f6304d435e570115333e18bfd /share/man/man5 | |
parent | 7b7ec9e509f11e164c28e4c4c7dae5c2959a5098 (diff) |
fix load anchor BNF.
from Joel Knight
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/pf.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 8cb0ce9d98e..86f862d16a8 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.282 2003/11/18 22:52:38 dhartmei Exp $ +.\" $OpenBSD: pf.conf.5,v 1.283 2003/11/24 16:06:00 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -2370,7 +2370,7 @@ anchor-rule = "anchor" string [ ( "in" | "out" ) ] [ "on" ifspec ] trans-anchors = ( "nat-anchor" | "rdr-anchor" | "binat-anchor" ) string [ "on" ifspec ] [ af ] [ "proto" ] [ protospec ] [ hosts ] -load-anchor = "load" anchorname:rulesetname "from" filename +load-anchor = "load anchor" anchorname:rulesetname "from" filename queueopts-list = queueopts-list queueopts | queueopts queueopts = [ "bandwidth" bandwidth-spec ] | |