summaryrefslogtreecommitdiff
path: root/share/man/man5/pf.conf.5
diff options
context:
space:
mode:
authorDaniel Hartmeier <dhartmei@cvs.openbsd.org>2003-03-04 16:52:01 +0000
committerDaniel Hartmeier <dhartmei@cvs.openbsd.org>2003-03-04 16:52:01 +0000
commit05934e388550bd10fa64f14be871c9a183c8a995 (patch)
tree169e0e7859a6b532c56323dcc7802029f346933a /share/man/man5/pf.conf.5
parent1a40d65b67ef0af9bfd37325fb5f743a91d14562 (diff)
Fix limit BNF part, since we don't quote token literals, use limit-item,
and limit-list is already a list (due to the recursive definition) which can also consist of just one entry, so no need for {}. Found by Maik Kuendig
Diffstat (limited to 'share/man/man5/pf.conf.5')
-rw-r--r--share/man/man5/pf.conf.58
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 16666e5d5da..b9f730284b5 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.200 2003/03/04 16:50:01 pb Exp $
+.\" $OpenBSD: pf.conf.5,v 1.201 2003/03/04 16:52:00 dhartmei Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -1901,7 +1901,7 @@ option = set ( [ timeout ( timeout | { timeout-list } ) ] |
[ optimization [ default | normal
| high-latency | satellite
| aggressive | conservative ] ]
- [ limit ( limit | { limit-list } ) ] |
+ [ limit limit-list ] |
[ loginterface ( interface-name | none ) ] |
[ block-policy ( drop | return ) ] |
[ require-order ( yes | no ) ] )
@@ -2025,8 +2025,8 @@ timeout = ( tcp.first | tcp.opening | tcp.established
seconds
seconds = number
-limit-list = limit [ [ , ] limit-list ]
-limit = ( states | frags ) number
+limit-list = limit-item [ [ , ] limit-list ]
+limit-item = ( states | frags ) number
pooltype = ( bitmask | random
| source-hash [ ( hex-key | string-key ) ]