diff options
author | mlaier <mlaier@FreeBSD.org> | 2005-02-07 23:20:12 +0000 |
---|---|---|
committer | mlaier <mlaier@FreeBSD.org> | 2005-02-07 23:20:12 +0000 |
commit | ccaba02daa6b1285db75241122272bc6c8218050 (patch) | |
tree | 6db3d9988629cbfd904be69d245d1a488d9c1320 /sys | |
parent | 88ed1dc708b9eb365c3f608d653fa7732c307cfc (diff) | |
download | FreeBSD-src-ccaba02daa6b1285db75241122272bc6c8218050.zip FreeBSD-src-ccaba02daa6b1285db75241122272bc6c8218050.tar.gz |
Fix sloppy use of "manpage", bump .Dd where applicable and rename RED to
Random Early Detection (not ... Drop) in order to be consistent with other
documentation on ALTQ
Pointed out by: simon, ru, Brad Davis
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 422a600..49d8252 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -453,7 +453,7 @@ options LIBMCHAIN # also have the ALTQ_NOPCC option. options ALTQ options ALTQ_CBQ # Class Bases Queueing -options ALTQ_RED # Random Early Drop +options ALTQ_RED # Random Early Detection options ALTQ_RIO # RED In/Out options ALTQ_HFSC # Hierarchical Packet Scheduler options ALTQ_CDNR # Traffic conditioner |