svn commit: r42593 - head/en_US.ISO8859-1/books/handbook/advanced-networking

Brad Davis brd at FreeBSD.org
Tue Aug 27 17:17:48 UTC 2013


Author: brd
Date: Tue Aug 27 17:17:47 2013
New Revision: 42593
URL: http://svnweb.freebsd.org/changeset/doc/42593

Log:
  - Fix bad whitespace that I introduced in the last commit.
  
  Translators:	please ignore

Modified:
  head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml	Tue Aug 27 14:55:38 2013	(r42592)
+++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml	Tue Aug 27 17:17:47 2013	(r42593)
@@ -5022,24 +5022,24 @@ redirect_port tcp 192.168.0.3:80 80</pro
     <itemizedlist>
       <listitem>
 	    <para>Running out of addresses.  For years the use of RFC1918
-		  private address space
-		  (<hostid role="ipaddr">10.0.0.0/8</hostid>,
-		  <hostid role="ipaddr">172.16.0.0/12</hostid>, and
-		  <hostid role="ipaddr">192.168.0.0/16</hostid>) and NAT has
-		  slowed down the exhaustion.  Even though, there are very few
-		  remaining IPv4 addresses.  The Internet Assigned Numbers
-		  Authority (<acronym>IANA</acronym>) has issued the last of
-		  the available major blocks to the Regional Registries.
-		  Once each Region Registry runs out, there will be no more
-		  available and switching to <acronym>IPv6</acronym> will be
-		  critical.</para>
+	      private address space
+	      (<hostid role="ipaddr">10.0.0.0/8</hostid>,
+	      <hostid role="ipaddr">172.16.0.0/12</hostid>, and
+	      <hostid role="ipaddr">192.168.0.0/16</hostid>) and NAT has
+	      slowed down the exhaustion.  Even though, there are very few
+	      remaining IPv4 addresses.  The Internet Assigned Numbers
+	      Authority (<acronym>IANA</acronym>) has issued the last of
+	      the available major blocks to the Regional Registries.
+	      Once each Region Registry runs out, there will be no more
+	      available and switching to <acronym>IPv6</acronym> will be
+	      critical.</para>
       </listitem>
 
       <listitem>
 	    <para>Every block of IPv4 addresses allocated required routing
-		  information to be exchanged between many routers on the
-		  Internet, and these routing tables were getting too large to
-		  allow efficient routing.</para>
+	      information to be exchanged between many routers on the
+	      Internet, and these routing tables were getting too large to
+	      allow efficient routing.</para>
       </listitem>
     </itemizedlist>
 


More information about the svn-doc-all mailing list