diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-11-26 19:20:13 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-11-26 19:20:13 +0000 |
commit | 1ead3ba7cea638c185ee48e7d57efb53565775d3 (patch) | |
tree | d7e26a8ea3d4e06626ee16b8f4098f50dd6a90e6 /share/man/man5 | |
parent | 267c8297a7040899613a1beaaeaba98c8c2b2540 (diff) |
fix queue example
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 58a0b5fb15d..67456052c58 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.123 2002/11/26 19:13:05 deraadt Exp $ +.\" $OpenBSD: pf.conf.5,v 1.124 2002/11/26 19:20:12 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -408,7 +408,7 @@ queues, plus one child queue: .Bd -literal queue qname1 bandwidth 50% cbq(default ecn) { qname1a } queue qname1a bandwidth 1Mb cbq(borrow) - queue qname2 bandwidth 1000 priority 3 + queue qname2 bandwidth 1000b priority 3 .Ed .Pp Please note that child queues must not exceed the bandwidth definition |