summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2002-11-25 03:44:13 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2002-11-25 03:44:13 +0000
commit2436866e8b2b5da8a2a8c6b7627195e3b75d23f1 (patch)
tree6f59a46fa466c08c46a072df3b3664d6941b28cc /share
parent905a4d4e01dcd59c80a79363e12aefbe47e4f946 (diff)
fix queue example
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/pf.conf.54
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 2e6cba1f620..c02c2cc8d1a 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.119 2002/11/25 03:38:17 deraadt Exp $
+.\" $OpenBSD: pf.conf.5,v 1.120 2002/11/25 03:44:12 henning Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -406,7 +406,7 @@ Following the previous example, this would specify the two referenced
queues, plus one child queue:
.Pp
.Bd -literal
- queue qname1 bandwidth 50% cbq(default ecn) queue { qname1a }
+ queue qname1 bandwidth 50% cbq(default ecn) { qname1a }
queue qname1a bandwidth 1Mb cbq(borrow)
queue qname2 bandwidth 1000 priority 3
.Ed