Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Nov 2012 17:02:59 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r39902 - head/en_US.ISO8859-1/books/handbook/advanced-networking
Message-ID:  <201211011702.qA1H2xE3037140@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wblock
Date: Thu Nov  1 17:02:59 2012
New Revision: 39902
URL: http://svn.freebsd.org/changeset/doc/39902

Log:
  Whitespace-only fixes.  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	Thu Nov  1 17:00:30 2012	(r39901)
+++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml	Thu Nov  1 17:02:59 2012	(r39902)
@@ -355,7 +355,7 @@ host2.example.com link#1             UC 
       <para>Remember, since the PPP interface is using an address on
 	the ISP's local network for your side of the connection,
 	routes for any other machines on the ISP's local network will
-	be automatically generated. Hence, you will already know how
+	be automatically generated.  Hence, you will already know how
 	to reach the <hostid>T1-GW</hostid> machine, so there is no
 	need for the intermediate step of sending traffic to the ISP
 	server.</para>
@@ -2862,7 +2862,7 @@ rfcomm_sppd[94692]: Starting on /dev/tty
 	  There is a HCI option to disable role switching on the local
 	  side:</para>
 
-        <screen>&prompt.root; <userinput>hccontrol -n ubt0hci write_node_role_switch 0</userinput></screen>
+	<screen>&prompt.root; <userinput>hccontrol -n ubt0hci write_node_role_switch 0</userinput></screen>
       </sect3>
 
       <sect3>
@@ -3480,7 +3480,7 @@ BEGEMOT-BRIDGE-MIB::begemotBridgeDefault
 	  with the IP Address of
 	  <replaceable>10.0.0.3/24</replaceable>:</para>
 
-        <screen>&prompt.root; <userinput>ifconfig <replaceable>fxp0</replaceable> up</userinput>
+	<screen>&prompt.root; <userinput>ifconfig <replaceable>fxp0</replaceable> up</userinput>
 &prompt.root; <userinput>ifconfig <replaceable>fxp1</replaceable> up</userinput>
 &prompt.root; <userinput>ifconfig <literal>lagg<replaceable>0</replaceable></literal> create </userinput>
 &prompt.root; <userinput>ifconfig <literal>lagg<replaceable>0</replaceable></literal> up laggproto lacp laggport <replaceable>fxp0</replaceable> laggport <replaceable>fxp1</replaceable> <replaceable>10.0.0.3/24</replaceable></userinput></screen>
@@ -3546,7 +3546,7 @@ ifconfig_<literal>lagg<replaceable>0</re
 	  and assign an IP Address of
 	  <replaceable>10.0.0.15/24</replaceable>:</para>
 
-        <screen>&prompt.root; <userinput>ifconfig <replaceable>fxp0</replaceable> up</userinput>
+	<screen>&prompt.root; <userinput>ifconfig <replaceable>fxp0</replaceable> up</userinput>
 &prompt.root; <userinput>ifconfig <replaceable>fxp1</replaceable> up</userinput>
 &prompt.root; <userinput>ifconfig <literal>lagg<replaceable>0</replaceable></literal> create</userinput>
 &prompt.root; <userinput>ifconfig <literal>lagg<replaceable>0</replaceable></literal> up laggproto failover laggport <replaceable>fxp0</replaceable> laggport <replaceable>fxp1</replaceable> <replaceable>10.0.0.15/24</replaceable></userinput></screen>
@@ -3555,7 +3555,7 @@ ifconfig_<literal>lagg<replaceable>0</re
 	  differences will be the <acronym>MAC</acronym> address and
 	  the device names:</para>
 
-        <screen>&prompt.root; <userinput>ifconfig <literal>lagg<replaceable>0</replaceable></literal></userinput>
+	<screen>&prompt.root; <userinput>ifconfig <literal>lagg<replaceable>0</replaceable></literal></userinput>
 lagg0: flags=8843&lt;UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST&gt; metric 0 mtu 1500
         options=8&lt;VLAN_MTU&gt;
         ether 00:05:5d:71:8d:b8
@@ -3610,7 +3610,7 @@ ifconfig_<literal>lagg<replaceable>0</re
 	  obtain the <acronym>MAC</acronym> address from the wired
 	  interface:</para>
 
-        <screen>&prompt.root; <userinput>ifconfig <replaceable>bge0</replaceable></userinput>
+	<screen>&prompt.root; <userinput>ifconfig <replaceable>bge0</replaceable></userinput>
 bge0: flags=8843&lt;UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST&gt; metric 0 mtu 1500
 	options=19b&lt;RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4&gt;
 	ether 00:21:70:da:ae:37
@@ -3626,19 +3626,19 @@ bge0: flags=8843&lt;UP,BROADCAST,RUNNING
 	  Now, we change the underlying wireless interface,
 	  <replaceable>iwn0</replaceable>:</para>
 
-        <screen>&prompt.root; <userinput>ifconfig <replaceable>iwn0</replaceable> ether <replaceable>00:21:70:da:ae:37</replaceable></userinput></screen>
+	<screen>&prompt.root; <userinput>ifconfig <replaceable>iwn0</replaceable> ether <replaceable>00:21:70:da:ae:37</replaceable></userinput></screen>
 
 	<para>Bring the wireless interface up, but do not set an IP
 	  address on it:</para>
 
-        <screen>&prompt.root; <userinput>ifconfig <replaceable>wlan0</replaceable> create wlandev <replaceable>iwn0</replaceable> ssid <replaceable>my_router</replaceable> up</userinput></screen>
+	<screen>&prompt.root; <userinput>ifconfig <replaceable>wlan0</replaceable> create wlandev <replaceable>iwn0</replaceable> ssid <replaceable>my_router</replaceable> up</userinput></screen>
 
 	<para>Bring the <replaceable>bge0</replaceable> interface up.
 	  Create the &man.lagg.4; interface with
 	  <replaceable>bge0</replaceable> as master, and failover to
 	  <replaceable>wlan0</replaceable> if necessary:</para>
 
-        <screen>&prompt.root; <userinput>ifconfig <replaceable>bge0</replaceable> up</userinput>
+	<screen>&prompt.root; <userinput>ifconfig <replaceable>bge0</replaceable> up</userinput>
 &prompt.root; <userinput>ifconfig <literal>lagg<replaceable>0</replaceable></literal> create</userinput>
 &prompt.root; <userinput>ifconfig <literal>lagg<replaceable>0</replaceable></literal> up laggproto failover laggport <replaceable>bge0</replaceable> laggport <replaceable>wlan0</replaceable></userinput></screen>
 
@@ -3646,7 +3646,7 @@ bge0: flags=8843&lt;UP,BROADCAST,RUNNING
 	  differences will be the <acronym>MAC</acronym> address and
 	  the device names:</para>
 
-        <screen>&prompt.root; <userinput>ifconfig <literal>lagg<replaceable>0</replaceable></literal></userinput>
+	<screen>&prompt.root; <userinput>ifconfig <literal>lagg<replaceable>0</replaceable></literal></userinput>
 lagg0: flags=8843&lt;UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST&gt; metric 0 mtu 1500
         options=8&lt;VLAN_MTU&gt;
         ether 00:21:70:da:ae:37
@@ -5872,7 +5872,7 @@ round-trip min/avg/max/stddev = 2.530/2.
       <para>Often an address will have long substrings of all zeros
 	therefore one such substring per address can be abbreviated by
 	<quote>::</quote>. Also up to three leading <quote>0</quote>s
-	per hexquad can be omitted. For example
+	per hexquad can be omitted.  For example
 	<hostid role="ip6addr">fe80::1</hostid> corresponds to the
 	canonical form <hostid
 	  role="ip6addr">fe80:0000:0000:0000:0000:0000:0000:0001</hostid>.</para>
@@ -6381,7 +6381,7 @@ route_hostD="192.168.173.4 hatm0 0 102 l
 	      status of preemption suppression.  Preemption can be
 	      suppressed if link on an interface is down.  A value of
 	      <literal>0</literal>, means that preemption is not
-	      suppressed. Every problem increments this
+	      suppressed.  Every problem increments this
 	      <acronym>OID</acronym>.</entry>
 	  </row>
 	</tbody>



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