From owner-svn-doc-all@FreeBSD.ORG Mon Apr 21 18:51:55 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 2D5A94DD; Mon, 21 Apr 2014 18:51:55 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 006A71963; Mon, 21 Apr 2014 18:51:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3LIpsb9077146; Mon, 21 Apr 2014 18:51:54 GMT (envelope-from dru@svn.freebsd.org) Received: (from dru@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3LIpsfa077145; Mon, 21 Apr 2014 18:51:54 GMT (envelope-from dru@svn.freebsd.org) Message-Id: <201404211851.s3LIpsfa077145@svn.freebsd.org> From: Dru Lavigne Date: Mon, 21 Apr 2014 18:51:54 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44620 - head/en_US.ISO8859-1/books/handbook/kernelconfig 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: Mon, 21 Apr 2014 18:51:55 -0000 Author: dru Date: Mon Apr 21 18:51:54 2014 New Revision: 44620 URL: http://svnweb.freebsd.org/changeset/doc/44620 Log: White space fix only. Translators can ignore. Sponsored by: iXsystems Modified: head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml Mon Apr 21 18:48:00 2014 (r44619) +++ head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml Mon Apr 21 18:51:54 2014 (r44620) @@ -83,8 +83,8 @@ Today, most of the functionality in the &os; kernel is contained in modules which can be dynamically loaded and - unloaded from the kernel as necessary. This allows the - running kernel to adapt immediately to new hardware or for new + unloaded from the kernel as necessary. This allows the running + kernel to adapt immediately to new hardware or for new functionality to be brought into the kernel. This is known as a modular kernel. @@ -274,11 +274,12 @@ ath_hal(4) - Atheros Hardw &prompt.root; cd /usr/src/sys/amd64/conf &prompt.root; cp GENERIC MYKERNEL - MYKERNEL can now - be customized with any ASCII text editor. The default editor is - vi, though an easier editor for - beginners, called ee, is also - installed with &os;. + MYKERNEL can + now be customized with any ASCII text editor. + The default editor is vi, though an + easier editor for beginners, called + ee, is also installed with + &os;. kernel @@ -1288,8 +1289,10 @@ device fwe # Ethernet loader. This can be accessed when the system boot menu appears by selecting the Escape to a loader prompt option. At the prompt, type - boot kernel.old, or the name of any - other kernel that is known to boot properly. + boot + kernel.old, or the + name of any other kernel that is known to boot + properly. After booting with a good kernel, check over the configuration file and try to build it again. One helpful