diff options
author | Kenjiro Cho <kjc@cvs.openbsd.org> | 2002-11-17 02:46:31 +0000 |
---|---|---|
committer | Kenjiro Cho <kjc@cvs.openbsd.org> | 2002-11-17 02:46:31 +0000 |
commit | 1f582b12e6f2c9eb3387851dfc98da6bdde905bc (patch) | |
tree | ea9843625427e97fa37eec0f9538ce2141158065 /usr.sbin | |
parent | 7cc70ad1bd9a1e657dc0b88e9fac8e81c4ca85d4 (diff) |
typo fix: high_class should be med_class in priq example.
PR2847
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/altq/altqd/altq.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/altq/altqd/altq.conf.5 b/usr.sbin/altq/altqd/altq.conf.5 index c396e4adf66..54567246506 100644 --- a/usr.sbin/altq/altqd/altq.conf.5 +++ b/usr.sbin/altq/altqd/altq.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: altq.conf.5,v 1.7 2002/03/01 11:07:25 kjc Exp $ +.\" $OpenBSD: altq.conf.5,v 1.8 2002/11/17 02:46:30 kjc Exp $ .\" $KAME: altq.conf.5,v 1.11 2001/07/25 10:40:15 kjc Exp $ .\" .\" Copyright (C) 2000 @@ -1146,7 +1146,7 @@ interface fxp0 bandwidth 100M priq class priq fxp0 high_class NULL priority 2 filter fxp0 high_class 0 0 0 0 1 class priq fxp0 med_class NULL priority 1 - filter fxp0 high_class 0 0 0 0 6 + filter fxp0 med_class 0 0 0 0 6 class priq fxp0 low_class NULL priority 0 default .Ed .Ss WFQ Example |