summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
diff options
context:
space:
mode:
authorgavin <gavin@FreeBSD.org>2012-02-28 13:19:34 +0000
committergavin <gavin@FreeBSD.org>2012-02-28 13:19:34 +0000
commit010478985092910632984eb29c8a251e0a7551fb (patch)
tree5fc56d991bdb518b5b7487beca896f823c145993 /sbin/ipfw
parent44d62e7d5eafa5583d2138647df366d470e8dfa2 (diff)
downloadFreeBSD-src-010478985092910632984eb29c8a251e0a7551fb.zip
FreeBSD-src-010478985092910632984eb29c8a251e0a7551fb.tar.gz
Correct capitalization of "Hz" in user-visible text (manpages, printf(),
etc). MFC after: 3 days
Diffstat (limited to 'sbin/ipfw')
-rw-r--r--sbin/ipfw/ipfw.82
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud