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 /share | |
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 'share')
-rw-r--r-- | share/man/man4/altq.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/altq.4 b/share/man/man4/altq.4 index 1e0c708..023d949 100644 --- a/share/man/man4/altq.4 +++ b/share/man/man4/altq.4 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 07, 2005 +.Dd February 7, 2005 .Dt ALTQ 4 .Os .Sh NAME @@ -75,7 +75,7 @@ Build the discipline. .It Dv ALTQ_RED Build the -.Dq "Random Early Drop" +.Dq "Random Early Detection" extension. .It Dv ALTQ_RIO Build |