From owner-svn-doc-head@FreeBSD.ORG  Tue Oct 30 03:15:07 2012
Return-Path: <owner-svn-doc-head@FreeBSD.ORG>
Delivered-To: svn-doc-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
 by hub.freebsd.org (Postfix) with ESMTP id 3AE3E98E;
 Tue, 30 Oct 2012 03:15:07 +0000 (UTC)
 (envelope-from wblock@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c])
 by mx1.freebsd.org (Postfix) with ESMTP id 191008FC0A;
 Tue, 30 Oct 2012 03:15:07 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
 by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9U3F6Lj002581;
 Tue, 30 Oct 2012 03:15:06 GMT (envelope-from wblock@svn.freebsd.org)
Received: (from wblock@localhost)
 by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9U3F63N002579;
 Tue, 30 Oct 2012 03:15:06 GMT (envelope-from wblock@svn.freebsd.org)
Message-Id: <201210300315.q9U3F63N002579@svn.freebsd.org>
From: Warren Block <wblock@FreeBSD.org>
Date: Tue, 30 Oct 2012 03:15:06 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
 svn-doc-head@freebsd.org
Subject: svn commit: r39845 - head/en_US.ISO8859-1/books/handbook/boot
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the doc tree for head
 <svn-doc-head.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-doc-head>,
 <mailto:svn-doc-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-head>
List-Post: <mailto:svn-doc-head@freebsd.org>
List-Help: <mailto:svn-doc-head-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-doc-head>,
 <mailto:svn-doc-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 30 Oct 2012 03:15:07 -0000

Author: wblock
Date: Tue Oct 30 03:15:06 2012
New Revision: 39845
URL: http://svn.freebsd.org/changeset/doc/39845

Log:
  Whitespace-only fixes.  Translators, please ignore.

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

Modified: head/en_US.ISO8859-1/books/handbook/boot/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/boot/chapter.xml	Tue Oct 30 03:11:42 2012	(r39844)
+++ head/en_US.ISO8859-1/books/handbook/boot/chapter.xml	Tue Oct 30 03:15:06 2012	(r39845)
@@ -10,6 +10,7 @@
 
   <sect1 id="boot-synopsis">
     <title>Synopsis</title>
+
     <indexterm><primary>booting</primary></indexterm>
     <indexterm><primary>bootstrap</primary></indexterm>
 
@@ -76,8 +77,10 @@
 
     <indexterm><primary>BIOS</primary></indexterm>
 
-    <indexterm><primary>Basic Input/Output
-	System</primary><see>BIOS</see></indexterm>
+    <indexterm>
+      <primary>Basic Input/Output System</primary>
+      <see>BIOS</see>
+    </indexterm>
 
     <para>On x86 hardware the Basic Input/Output System (BIOS) is
       responsible for loading the operating system.  To do this, the
@@ -154,6 +157,7 @@
 
     <sect2 id="boot-boot0">
       <title>The Boot Manager</title>
+
       <indexterm><primary>Master Boot Record
 	  (MBR)</primary></indexterm>
 
@@ -693,16 +697,18 @@ bitmap_load="YES"
 bitmap_name="<replaceable>/boot/splash.pcx</replaceable>"</programlisting>
 
 	  <para>In version 8.3 another option is to use ascii art in
-	    <ulink url="https://en.wikipedia.org/wiki/TheDraw">TheDraw</ulink>
+	    <ulink
+	      url="https://en.wikipedia.org/wiki/TheDraw">TheDraw</ulink>
 	    format.</para>
 
 	  <programlisting>splash_txt="YES"
 bitmap_load="YES"
 bitmap_name="<replaceable>/boot/splash.bin</replaceable>"</programlisting>
 
-	  <para>The file name is not restricted to <quote>splash</quote>
-	    as shown in the above example.  It can be anything as long
-	    as it is one of the above types such as,
+	  <para>The file name is not restricted to
+	    <quote>splash</quote> as shown in the above example.  It
+	    can be anything as long as it is one of the above types
+	    such as,
 	    <filename><replaceable>splash_640x400</replaceable>.bmp</filename>
 	    or
 	    <filename><replaceable>bluewave</replaceable>.pcx</filename>.</para>
@@ -745,6 +751,7 @@ bitmap_name="<replaceable>/boot/splash.b
 
   <sect1 id="boot-kernel">
     <title>Kernel Interaction During Boot</title>
+
     <indexterm>
       <primary>kernel</primary>
       <secondary>boot interaction</secondary>
@@ -946,6 +953,7 @@ bitmap_name="<replaceable>/boot/splash.b
 
     <sect2 id="boot-singleuser">
       <title>Single-User Mode</title>
+
       <indexterm><primary>single-user mode</primary></indexterm>
       <indexterm><primary>console</primary></indexterm>
 
@@ -991,6 +999,7 @@ console none                            
 
     <sect2 id="boot-multiuser">
       <title>Multi-User Mode</title>
+
       <indexterm><primary>multi-user mode</primary></indexterm>
 
       <para>If &man.init.8; finds your file systems to be in order, or