Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jun 2012 12:04:00 +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: r39044 - head/en_US.ISO8859-1/books/handbook/advanced-networking
Message-ID:  <201206141204.q5EC40gK092977@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wblock
Date: Thu Jun 14 12:04:00 2012
New Revision: 39044
URL: http://svn.freebsd.org/changeset/doc/39044

Log:
  Whitespace-only fixes: indentation and wrap long lines.  Translators,
  please ignore.

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

Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml	Thu Jun 14 11:50:52 2012	(r39043)
+++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml	Thu Jun 14 12:04:00 2012	(r39044)
@@ -4635,62 +4635,64 @@ myhost.example.com:/b/tftpboot/FreeBSD/i
 	</step>
 
 	<step>
-	  <para>Use the <filename role="package">net/wireshark</filename>
-	    port to debug the network traffic involved during the
+
+	  <para>Use the
+	    <filename role="package">net/wireshark</filename> port to
+	    debug the network traffic involved during the
 	    <acronym>PXE</acronym> booting process, which is
-	    illustrated in the diagram below.
-	    In <xref linkend="network-pxe-setting-up-dhcp">, an
-	    example configuration is shown where the
-	    <acronym>DHCP</acronym>, <acronym>TFTP</acronym>, and
-	    <acronym>NFS</acronym> servers are actually on the same
-	    machine.  However, these severs can be on separate
-	    machines.</para>
+	    illustrated in the diagram below.  In
+	    <xref linkend="network-pxe-setting-up-dhcp">, an example
+	    configuration is shown where the <acronym>DHCP</acronym>,
+	    <acronym>TFTP</acronym>, and <acronym>NFS</acronym>
+	    servers are actually on the same machine.  However, these
+	    severs can be on separate machines.</para>
 
 	  <figure>
 	    <title>PXE Booting process with NFS root mount</title>
+
 	    <mediaobjectco>
-		<imageobjectco>
-		  <areaspec units="calspair">
-		    <area id="co-pxenfs1" coords="2873,8133 3313,7266">
-		    <area id="co-pxenfs2" coords="3519,6333 3885,5500">
-		    <area id="co-pxenfs3" coords="4780,5866 5102,5200">
-		    <area id="co-pxenfs4" coords="4794,4333 5102,3600">
-		    <area id="co-pxenfs5" coords="3108,2666 3519,1800">
-		  </areaspec>
-		  <imageobject>
-		    <imagedata fileref="advanced-networking/pxe-nfs">
-		  </imageobject>
-		  <calloutlist>
-		    <callout arearefs="co-pxenfs1">
-		      <para>Client broadcasts DHCPDISCOVER.</para>
-		    </callout>
-		    <callout arearefs="co-pxenfs2">
-		      <para>DHCP server responds with IP address,
-			<literal>next-server</literal>,
-			<literal>filename</literal>, and
-			<literal>root-path</literal>.</para>
-		    </callout>
-		    <callout arearefs="co-pxenfs3">
-		      <para>Client sends <acronym>TFTP</acronym>
-			request to <literal>next-server</literal>
-			asking to retrieve
-			<literal>filename</literal>.</para>
-		    </callout>
-		    <callout arearefs="co-pxenfs4">
-		      <para>TFTP server responds and sends
-			<literal>filename</literal> to client.</para>
-		    </callout>
-		    <callout arearefs="co-pxenfs5">
-		      <para>Client executes
-			<literal>filename</literal> which is
-			&man.pxeboot.8;.  &man.pxeboot.8; loads the
-			kernel.  When the kernel executes, the root
-			filesystem specified by
-			<literal>root-path</literal> is mounted over
-			<acronym>NFS</acronym>.</para>
-		    </callout>
-		  </calloutlist>
-		</imageobjectco>
+	      <imageobjectco>
+		<areaspec units="calspair">
+		  <area id="co-pxenfs1" coords="2873,8133 3313,7266">
+		  <area id="co-pxenfs2" coords="3519,6333 3885,5500">
+		  <area id="co-pxenfs3" coords="4780,5866 5102,5200">
+		  <area id="co-pxenfs4" coords="4794,4333 5102,3600">
+		  <area id="co-pxenfs5" coords="3108,2666 3519,1800">
+		</areaspec>
+		<imageobject>
+		  <imagedata fileref="advanced-networking/pxe-nfs">
+		</imageobject>
+		<calloutlist>
+		  <callout arearefs="co-pxenfs1">
+		    <para>Client broadcasts DHCPDISCOVER.</para>
+		  </callout>
+		  <callout arearefs="co-pxenfs2">
+		    <para>DHCP server responds with IP address,
+		      <literal>next-server</literal>,
+		      <literal>filename</literal>, and
+		      <literal>root-path</literal>.</para>
+		  </callout>
+		  <callout arearefs="co-pxenfs3">
+		    <para>Client sends <acronym>TFTP</acronym>
+		      request to <literal>next-server</literal>
+		      asking to retrieve
+		      <literal>filename</literal>.</para>
+		  </callout>
+		  <callout arearefs="co-pxenfs4">
+		    <para>TFTP server responds and sends
+		      <literal>filename</literal> to client.</para>
+		  </callout>
+		  <callout arearefs="co-pxenfs5">
+		    <para>Client executes
+		      <literal>filename</literal> which is
+		      &man.pxeboot.8;.  &man.pxeboot.8; loads the
+		      kernel.  When the kernel executes, the root
+		      filesystem specified by
+		      <literal>root-path</literal> is mounted over
+		      <acronym>NFS</acronym>.</para>
+		  </callout>
+		</calloutlist>
+	      </imageobjectco>
 	    </mediaobjectco>
 	  </figure>
 	</step>



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