aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw
diff options
context:
space:
mode:
authorGavin Atkinson <gavin@FreeBSD.org>2012-02-28 13:19:34 +0000
committerGavin Atkinson <gavin@FreeBSD.org>2012-02-28 13:19:34 +0000
commit1748d1e5139c39d4652e1a708d7221aa1747a6bd (patch)
tree5fc56d991bdb518b5b7487beca896f823c145993 /sbin/ipfw
parent935921eac7611525197ba10313dba739cbac74a5 (diff)
downloadsrc-1748d1e5139c39d4652e1a708d7221aa1747a6bd.tar.gz
src-1748d1e5139c39d4652e1a708d7221aa1747a6bd.zip
Correct capitalization of "Hz" in user-visible text (manpages, printf(),
etc). MFC after: 3 days
Notes
Notes: svn path=/head/; revision=232250
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 370d104f5ff7..6293d73f9d13 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