Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Oct 2014 17:06:56 +0000 (UTC)
From:      "Alexander V. Chernikov" <melifaro@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r273594 - head/sbin/ipfw
Message-ID:  <201410241706.s9OH6uOd033898@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: melifaro
Date: Fri Oct 24 17:06:56 2014
New Revision: 273594
URL: https://svnweb.freebsd.org/changeset/base/273594

Log:
  Fix documentation issue.
  
  PR:		194581
  Submitted by:	madpilot

Modified:
  head/sbin/ipfw/ipfw.8

Modified: head/sbin/ipfw/ipfw.8
==============================================================================
--- head/sbin/ipfw/ipfw.8	Fri Oct 24 16:39:01 2014	(r273593)
+++ head/sbin/ipfw/ipfw.8	Fri Oct 24 17:06:56 2014	(r273594)
@@ -2014,7 +2014,7 @@ Shows generic table information and algo
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410241706.s9OH6uOd033898>