diff options
-rw-r--r-- | contrib/pf/man/pf.4 | 2 | ||||
-rw-r--r-- | contrib/pf/man/pf.conf.5 | 6 | ||||
-rw-r--r-- | share/man/man4/altq.4 | 4 | ||||
-rw-r--r-- | sys/conf/NOTES | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/contrib/pf/man/pf.4 b/contrib/pf/man/pf.4 index f4595df..a91f041 100644 --- a/contrib/pf/man/pf.4 +++ b/contrib/pf/man/pf.4 @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 26, 2001 +.Dd February 7, 2005 .Dt PF 4 .Os .Sh NAME diff --git a/contrib/pf/man/pf.conf.5 b/contrib/pf/man/pf.conf.5 index 78989a47..cbe3b52 100644 --- a/contrib/pf/man/pf.conf.5 +++ b/contrib/pf/man/pf.conf.5 @@ -28,7 +28,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd October 3, 2004 +.Dd February 7, 2005 .Dt PF.CONF 5 .Os .Sh NAME @@ -631,9 +631,9 @@ The ALTQ system is currently not available in the GENERIC kernel nor as loadable modules. In order to use the herein after called queueing options one has to use a custom built kernel. -Please refer to the +Please refer to .Xr altq 4 -manpage to learn about the related kernel options. +to learn about the related kernel options. .Pp Packets can be assigned to queues for the purpose of bandwidth control. 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 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 |