summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
diff options
context:
space:
mode:
authormelifaro <melifaro@FreeBSD.org>2014-10-24 17:06:56 +0000
committermelifaro <melifaro@FreeBSD.org>2014-10-24 17:06:56 +0000
commit46565044f0ff989e5c6d3cbaee1096368089b589 (patch)
tree04dafdeb60ad5d08652ee04159f7cca886daf553 /sbin/ipfw
parent9d712aa6b0529a16d4245287d539b4ea1534a461 (diff)
downloadFreeBSD-src-46565044f0ff989e5c6d3cbaee1096368089b589.zip
FreeBSD-src-46565044f0ff989e5c6d3cbaee1096368089b589.tar.gz
Fix documentation issue.
PR: 194581 Submitted by: madpilot
Diffstat (limited to 'sbin/ipfw')
-rw-r--r--sbin/ipfw/ipfw.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8
index 53169fb..0c6edb2 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -2014,7 +2014,7 @@ Shows generic table information and algo-specific data.
The following lookup algorithms are supported:
.Bl -tag -width indent
.It Ar algo-desc : algo-name | "algo-name algo-data"
-.It Ar algo-name: Ar addr:radix | addr:hash | iface:arrray | number:array | flow:hash
+.It Ar algo-name: Ar addr:radix | addr:hash | iface:array | number:array | flow:hash
.It Cm addr:radix
Separate Radix trees for IPv4 and IPv6, the same way as the routing table (see
.Xr route 4 ) .
@@ -2030,7 +2030,7 @@ Assume /32 and /128 masks by default.
Search removes host bits (according to mask) from supplied address and checks
resulting key in appropriate hash.
Mostly optimized for /64 and byte-ranged IPv6 masks.
-.It Cm iface:arrray
+.It Cm iface:array
Array storing sorted indexes for entries which are presented in the system.
Optimized for very fast lookup.
.It Cm number:array
OpenPOWER on IntegriCloud