From 010478985092910632984eb29c8a251e0a7551fb Mon Sep 17 00:00:00 2001 From: gavin Date: Tue, 28 Feb 2012 13:19:34 +0000 Subject: Correct capitalization of "Hz" in user-visible text (manpages, printf(), etc). MFC after: 3 days --- sbin/ipfw/ipfw.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/ipfw') diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 370d104..6293d73 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -2235,7 +2235,7 @@ specifies the scheduling algorithm to use. 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) +constants (estimate 60-80ns on a 2GHz desktop machine) but gives no service guarantees. .It Cm wf2qp implements the WF2Q+ algorithm, which is a Weighted Fair Queueing -- cgit v1.1