[Midnightbsd-cvs] src [7848] trunk/sbin/ipfw/ipfw.8: update man page to match changes done to ip_dummynet

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Sep 14 11:47:47 EDT 2016


Revision: 7848
          http://svnweb.midnightbsd.org/src/?rev=7848
Author:   laffer1
Date:     2016-09-14 11:47:47 -0400 (Wed, 14 Sep 2016)
Log Message:
-----------
update man page to match changes done to ip_dummynet

Modified Paths:
--------------
    trunk/sbin/ipfw/ipfw.8

Modified: trunk/sbin/ipfw/ipfw.8
===================================================================
--- trunk/sbin/ipfw/ipfw.8	2016-09-14 15:46:23 UTC (rev 7847)
+++ trunk/sbin/ipfw/ipfw.8	2016-09-14 15:47:47 UTC (rev 7848)
@@ -1,7 +1,7 @@
 .\"
 .\" $MidnightBSD$
 .\"
-.Dd March 9, 2012
+.Dd July 3, 2012
 .Dt IPFW 8
 .Os
 .Sh NAME
@@ -2225,19 +2225,20 @@
 The weight must be in the range 1..100, and defaults to 1.
 .El
 .Pp
-The following parameters can be configured for a scheduler:
+The following case-insensitive parameters can be configured for a
+scheduler:
 .Pp
 .Bl -tag -width indent -compact
-.It Cm type Ar {fifo | wf2qp | rr | qfq}
+.It Cm type Ar {fifo | wf2q+ | rr | qfq}
 specifies the scheduling algorithm to use.
 .Bl -tag -width indent -compact
-.It cm fifo
+.It Cm fifo
 is just a FIFO scheduler (which means that all packets
 are stored in the same queue as they arrive to the scheduler).
 FIFO has O(1) per-packet time complexity, with very low
 constants (estimate 60-80ns on a 2GHz desktop machine)
 but gives no service guarantees.
-.It Cm wf2qp
+.It Cm wf2q+
 implements the WF2Q+ algorithm, which is a Weighted Fair Queueing
 algorithm which permits flows to share bandwidth according to
 their weights. Note that weights are not priorities; even a flow



More information about the Midnightbsd-cvs mailing list