svn commit: r43720 - head/en_US.ISO8859-1/books/handbook/boot
Warren Block
wblock at FreeBSD.org
Sat Feb 1 02:43:43 UTC 2014
Author: wblock
Date: Sat Feb 1 02:43:43 2014
New Revision: 43720
URL: http://svnweb.freebsd.org/changeset/doc/43720
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 Sat Feb 1 02:35:50 2014 (r43719)
+++ head/en_US.ISO8859-1/books/handbook/boot/chapter.xml Sat Feb 1 02:43:43 2014 (r43720)
@@ -4,7 +4,11 @@
$FreeBSD$
-->
-<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="boot">
+
+<chapter xmlns="http://docbook.org/ns/docbook"
+ xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
+ xml:id="boot">
+
<title>The &os; Booting Process</title>
<sect1 xml:id="boot-synopsis">
@@ -543,14 +547,20 @@ boot:</screen>
</sect3>
<sect3 xml:id="boot-splash">
- <info><title>Boot Time Splash Screens</title>
+ <info>
+ <title>Boot Time Splash Screens</title>
+
<authorgroup>
- <author><personname><firstname>Joseph J.</firstname><surname>Barbish</surname></personname><contrib>Contributed by </contrib></author>
+ <author>
+ <personname>
+ <firstname>Joseph J.</firstname>
+ <surname>Barbish</surname>
+ </personname>
+ <contrib>Contributed by </contrib>
+ </author>
</authorgroup>
</info>
-
-
<para>The splash screen creates an alternate boot screen. The
splash screen hides all the boot probe messages and service
startup messages before displaying either a command line or
@@ -606,10 +616,12 @@ boot:</screen>
boot time, even when the splash screen is enabled.</para>
<para>Sample splash screen files can be downloaded from the
- gallery at <link xlink:href="http://artwork.freebsdgr.org/node/3/">http://artwork.freebsdgr.org</link>.
- By installing the <package>sysutils/bsd-splash-changer</package>
- port, splash images can be chosen from a collection
- randomly at each boot.</para>
+ gallery at <link
+ xlink:href="http://artwork.freebsdgr.org/node/3/">http://artwork.freebsdgr.org</link>.
+ By installing the
+ <package>sysutils/bsd-splash-changer</package> port,
+ splash images can be chosen from a collection randomly at
+ each boot.</para>
</sect4>
<sect4 xml:id="boot-splash-enable">
@@ -651,7 +663,8 @@ bitmap_load="YES"
bitmap_name="<replaceable>/boot/splash.pcx</replaceable>"</programlisting>
<para>Beginning with &os; 8.3, another option is to use
- ASCII art in <link xlink:href="https://en.wikipedia.org/wiki/TheDraw">TheDraw</link>
+ ASCII art in <link
+ xlink:href="https://en.wikipedia.org/wiki/TheDraw">TheDraw</link>
format.</para>
<programlisting>splash_txt="YES"
@@ -711,7 +724,8 @@ bitmap_name="<replaceable>/boot/splash.b
</indexterm>
<para>Once the kernel is loaded by either the default loader
- (<xref linkend="boot-loader"/>) or by boot2 (<xref linkend="boot-boot1"/>), which bypasses the loader, it
+ (<xref linkend="boot-loader"/>) or by boot2
+ (<xref linkend="boot-boot1"/>), which bypasses the loader, it
examines any boot flags and adjusts its behavior as
necessary.</para>
@@ -780,19 +794,23 @@ bitmap_name="<replaceable>/boot/splash.b
<para> </para>
</sect2> -->
-
</sect1>
<sect1 xml:id="device-hints">
- <info><title>Device Hints</title>
+ <info>
+ <title>Device Hints</title>
+
<authorgroup>
- <author><personname><firstname>Tom</firstname><surname>Rhodes</surname></personname><contrib>Contributed by </contrib></author>
+ <author>
+ <personname>
+ <firstname>Tom</firstname>
+ <surname>Rhodes</surname>
+ </personname>
+ <contrib>Contributed by </contrib>
+ </author>
</authorgroup>
-
</info>
-
-
<indexterm>
<primary>device.hints</primary>
</indexterm>
@@ -915,8 +933,9 @@ bitmap_name="<replaceable>/boot/splash.b
<para>If the system <literal>console</literal> is set to
<literal>insecure</literal> in <filename>/etc/ttys</filename>,
- the system will prompt for the <systemitem class="username">root</systemitem>
- password before initiating single-user mode.</para>
+ the system will prompt for the
+ <systemitem class="username">root</systemitem> password before
+ initiating single-user mode.</para>
<example xml:id="boot-insecure-console">
<title>An Insecure Console in
@@ -933,10 +952,10 @@ console none
<para>An <literal>insecure</literal> console means that
physical security to the console is considered to be
insecure, so only someone who knows the
- <systemitem class="username">root</systemitem> password may use single-user mode.
- Thus, to add this measure of security, choose
- <literal>insecure</literal>, instead of the default of
- <literal>secure</literal>.</para>
+ <systemitem class="username">root</systemitem> password may
+ use single-user mode. Thus, to add this measure of
+ security, choose <literal>insecure</literal>, instead of the
+ default of <literal>secure</literal>.</para>
</note>
</sect2>
@@ -988,12 +1007,14 @@ console none
not terminate in a timely manner.</para>
<para>To power down a &os; machine on architectures and systems
- that support power management, use <command>shutdown -p
- now</command> to turn the power off immediately. To reboot a
- &os; system, use <command>shutdown -r now</command>. One must
- be <systemitem class="username">root</systemitem> or a member of
- <systemitem class="groupname">operator</systemitem> in order to run
- &man.shutdown.8;. One can also use &man.halt.8; and
+ that support power management, use
+
+ <command>shutdown -p now</command> to turn the power off
+ immediately. To reboot a &os; system, use
+ <command>shutdown -r now</command>. One must be
+ <systemitem class="username">root</systemitem> or a member of
+ <systemitem class="groupname">operator</systemitem> in order to
+ run &man.shutdown.8;. One can also use &man.halt.8; and
&man.reboot.8;. Refer to their manual pages and to
&man.shutdown.8; for more information.</para>
More information about the svn-doc-all
mailing list