svn commit: r186764 - stable/7/release/doc/en_US.ISO8859-1/errata

Hiroki Sato hrs at FreeBSD.org
Mon Jan 5 08:56:48 UTC 2009


Author: hrs
Date: Mon Jan  5 08:56:45 2009
New Revision: 186764
URL: http://svn.freebsd.org/changeset/base/186764

Log:
  Add explanation of FIB.

Modified:
  stable/7/release/doc/en_US.ISO8859-1/errata/article.sgml

Modified: stable/7/release/doc/en_US.ISO8859-1/errata/article.sgml
==============================================================================
--- stable/7/release/doc/en_US.ISO8859-1/errata/article.sgml	Mon Jan  5 08:33:56 2009	(r186763)
+++ stable/7/release/doc/en_US.ISO8859-1/errata/article.sgml	Mon Jan  5 08:56:45 2009	(r186764)
@@ -254,8 +254,9 @@ em0 at pci0:0:25:0: class=0x020000 card=0x0
     <itemizedlist>
       <listitem>
 	<para>Add the following kernel configuration option and
-	  rebuild the kernel.  The <literal>2</literal> is the
-	  number of FIB (the maximum value is 16).</para>
+	  rebuild the kernel.  The <literal>2</literal> is the number
+	  of FIB (Forward Information Base, synonym for a routing
+	  table here).  The maximum value is 16.</para>
 
 	<programlisting>options	ROUTETABLES=2</programlisting>
 


More information about the svn-src-stable-7 mailing list