From 2436866e8b2b5da8a2a8c6b7627195e3b75d23f1 Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Mon, 25 Nov 2002 03:44:13 +0000 Subject: fix queue example --- share/man/man5/pf.conf.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') 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 -- cgit v1.2.3