diff options
-rw-r--r-- | share/man/man5/pf.conf.5 | 5 |
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" | "%" ) |