summaryrefslogtreecommitdiff
path: root/share/man/man5/pf.conf.5
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-06-12 10:05:16 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-06-12 10:05:16 +0000
commit7938e999189db6db17ccc33b881d8457cf124da9 (patch)
tree35a7b2a3168d6263f87c9e2164f613b7cab1ca5c /share/man/man5/pf.conf.5
parent7669339612823391ac6ed485d0cb4a13aaa26d42 (diff)
qlimit referenced twice from queueopts, PR 3312
Diffstat (limited to 'share/man/man5/pf.conf.5')
-rw-r--r--share/man/man5/pf.conf.55
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 6d44582abb6..21e9d8c19ea 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.257 2003/06/11 23:09:20 henning Exp $
+.\" $OpenBSD: pf.conf.5,v 1.258 2003/06/12 10:05:15 henning Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -2231,8 +2231,7 @@ load-anchor = "load" anchorname:rulesetname "from" filename
queueopts-list = queueopts-list queueopts | queueopts
queueopts = [ "bandwidth" bandwidth-spec ] |
[ "qlimit" number ] | [ "tbrsize" number ] |
- [ "priority" number ] | [ schedulers ] |
- [ "qlimit" number ]
+ [ "priority" number ] | [ schedulers ]
schedulers = ( cbq-def | priq-def | hfsc-def )
bandwidth-spec = "number" ( "b" | "Kb" | "Mb" | "Gb" | "%" )