summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2011-08-18 10:49:41 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2011-08-18 10:49:41 +0000
commit21c54b7deaad5392d2832668dc9d9d330264b525 (patch)
tree79473014c4af720534adb4d6db85f98b179412fa /share
parentc4f58954d84e7331140598a384bc43a06778e55e (diff)
fix overload table BNF
From: william dunand <william.dunand at gmail.com>
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/pf.conf.56
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index b73458480d4..faaa38114b1 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.506 2011/08/16 14:48:39 mikeb Exp $
+.\" $OpenBSD: pf.conf.5,v 1.507 2011/08/18 10:49:40 henning 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: August 16 2011 $
+.Dd $Mdocdate: August 18 2011 $
.Dt PF.CONF 5
.Os
.Sh NAME
@@ -2827,7 +2827,7 @@ state-opt = ( "max" number | "no-sync" | timeout | "sloppy" |
"max-src-nodes" number | "max-src-states" number |
"max-src-conn" number |
"max-src-conn-rate" number "/" number |
- "overload" "\*(Lt" string "\*(Gt" [ "flush" ] |
+ "overload" "\*(Lt" string "\*(Gt" [ "flush" [ "global" ] ] |
"if-bound" | "floating" )
timeout-list = timeout [ [ "," ] timeout-list ]