From owner-svn-doc-all@FreeBSD.ORG Sat Feb 1 02:43:43 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7A344E8; Sat, 1 Feb 2014 02:43:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B29C4119B; Sat, 1 Feb 2014 02:43:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s112hh9t034743; Sat, 1 Feb 2014 02:43:43 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s112hh0l034742; Sat, 1 Feb 2014 02:43:43 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201402010243.s112hh0l034742@svn.freebsd.org> From: Warren Block Date: Sat, 1 Feb 2014 02:43:43 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43720 - 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-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Feb 2014 02:43:43 -0000 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$ --> - + + + The &os; Booting Process @@ -543,14 +547,20 @@ boot: - Boot Time Splash Screens + + Boot Time Splash Screens + - Joseph J.BarbishContributed by + + + Joseph J. + Barbish + + Contributed by + - - 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: boot time, even when the splash screen is enabled. Sample splash screen files can be downloaded from the - gallery at http://artwork.freebsdgr.org. - By installing the sysutils/bsd-splash-changer - port, splash images can be chosen from a collection - randomly at each boot. + gallery at http://artwork.freebsdgr.org. + By installing the + sysutils/bsd-splash-changer port, + splash images can be chosen from a collection randomly at + each boot. @@ -651,7 +663,8 @@ bitmap_load="YES" bitmap_name="/boot/splash.pcx" Beginning with &os; 8.3, another option is to use - ASCII art in TheDraw + ASCII art in TheDraw format. splash_txt="YES" @@ -711,7 +724,8 @@ bitmap_name="/boot/splash.b Once the kernel is loaded by either the default loader - () or by boot2 (), which bypasses the loader, it + () or by boot2 + (), which bypasses the loader, it examines any boot flags and adjusts its behavior as necessary. @@ -780,19 +794,23 @@ bitmap_name="/boot/splash.b --> - - Device Hints + + Device Hints + - TomRhodesContributed by + + + Tom + Rhodes + + Contributed by + - - - device.hints @@ -915,8 +933,9 @@ bitmap_name="/boot/splash.b If the system console is set to insecure in /etc/ttys, - the system will prompt for the root - password before initiating single-user mode. + the system will prompt for the + root password before + initiating single-user mode. 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>