svn commit: r200566 - head/sbin/ipfw

Luigi Rizzo luigi at FreeBSD.org
Tue Dec 15 01:32:36 PST 2009


Author: luigi
Date: Tue Dec 15 09:32:35 2009
New Revision: 200566
URL: http://svn.freebsd.org/changeset/base/200566

Log:
  fix the indentation for addr: values
  
  MFC after:	3 days

Modified:
  head/sbin/ipfw/ipfw.8

Modified: head/sbin/ipfw/ipfw.8
==============================================================================
--- head/sbin/ipfw/ipfw.8	Tue Dec 15 07:32:08 2009	(r200565)
+++ head/sbin/ipfw/ipfw.8	Tue Dec 15 09:32:35 2009	(r200566)
@@ -1002,6 +1002,7 @@ The second format
 with multiple addresses) is provided for convenience only and
 its use is discouraged.
 .It Ar addr : Oo Cm not Oc Bro
+.Bl -tag -width indent
 .Cm any | me | me6 |
 .Cm table Ns Pq Ar number Ns Op , Ns Ar value
 .Ar | addr-list | addr-set
@@ -1023,6 +1024,7 @@ is also specified, an entry will match o
 See the
 .Sx LOOKUP TABLES
 section below for more information on lookup tables.
+.El
 .It Ar addr-list : ip-addr Ns Op Ns , Ns Ar addr-list
 .It Ar ip-addr :
 A host or subnet address specified in one of the following ways:


More information about the svn-src-all mailing list