Date: Tue, 30 Oct 2012 03:15:06 +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: r39845 - head/en_US.ISO8859-1/books/handbook/boot Message-ID: <201210300315.q9U3F63N002579@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210300315.q9U3F63N002579>