From owner-freebsd-doc Sun Jan 27 3:50:15 2002 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB05E37B402 for ; Sun, 27 Jan 2002 03:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0RBo1p11409; Sun, 27 Jan 2002 03:50:01 -0800 (PST) (envelope-from gnats) Received: from Kain.sumuk.de (Kain.sumuk.de [213.221.86.114]) by hub.freebsd.org (Postfix) with ESMTP id 630D237B400 for ; Sun, 27 Jan 2002 03:49:23 -0800 (PST) Received: from Moses.earth.sol (Moses.earth.sol [192.168.1.1]) by Kain.sumuk.de (8.11.6/8.11.5) with ESMTP id g0RBnL905230 for ; Sun, 27 Jan 2002 12:49:22 +0100 (CET) (envelope-from martin@sumuk.de) Received: (from vincent@localhost) by Moses.earth.sol (8.11.6/8.11.6) id g0RBnLM38583; Sun, 27 Jan 2002 12:49:21 +0100 (CET) (envelope-from vincent) Message-Id: <200201271149.g0RBnLM38583@sumuk.de> Date: Sun, 27 Jan 2002 12:49:21 +0100 (CET) From: Martin Heinen Reply-To: Martin Heinen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: docs/34328: [PATCH] minor corrections to chapter kernelconfig Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34328 >Category: docs >Synopsis: [PATCH] minor corrections to chapter kernelconfig >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 27 03:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Martin Heinen >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD Moses.earth.sol 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Dec 22 07:35:30 CET 2001 toor@Moses.earth.sol:/usr/obj/usr/src/sys/MOSES i386 >Description: removed a blank, removed from line, marked up root with , put 'ee', 'make world' inside , added missing periods, made Star Office an application, marked up enter with >How-To-Repeat: read the kernelconfig chapter >Fix: Index: chapter.sgml =================================================================== RCS file: /u/cvs/doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml,v retrieving revision 1.73 diff -u -r1.73 chapter.sgml --- chapter.sgml 26 Jan 2002 00:20:31 -0000 1.73 +++ chapter.sgml 26 Jan 2002 17:15:30 -0000 @@ -162,10 +162,10 @@ src, then sys. If you have an aversion to sysinstall and you have access to an official FreeBSD CDROM, then - you can also install the source from the command line : + you can also install the source from the command line: &prompt.root; mount /cdrom -&prompt.root; mkdir -p /usr/src/sys +&prompt.root; mkdir -p /usr/src/sys &prompt.root; ln -s /usr/src/sys /sys &prompt.root; cat /cdrom/sys/ssys.[a-d]* | tar -xzvf @@ -206,7 +206,7 @@ You must execute these and all of the following commands under - the root account or you will get permission + the root account or you will get permission denied errors. @@ -215,7 +215,7 @@ will probably be vi, which is too complex to explain here, but is covered well in many books in the bibliography. However, FreeBSD does - offer an easier editor called ee which, if you are a + offer an easier editor called ee which, if you are a beginner, should be your editor of choice. Feel free to change the comment lines at the top to reflect your configuration or the changes you have made to differentiate it from @@ -256,7 +256,7 @@ If you are running a FreeBSD version prior to 4.0, and you are not upgrading to FreeBSD 4.0 or higher using - the make world procedure, use procedure 1. + the make world procedure, use procedure 1. @@ -266,8 +266,8 @@ - If you are rebuilding the kernel as part of a make - world process, use procedure 2. + If you are rebuilding the kernel as part of a make + world process, use procedure 2. @@ -305,7 +305,7 @@ way - Change to the /usr/src directory + Change to the /usr/src directory. &prompt.root; cd /usr/src @@ -327,7 +327,7 @@ In FreeBSD 4.2 and older you must replace KERNCONF= with KERNEL=. 4.2-STABLE that was fetched after Feb 2nd, 2001 does - recognize KERNCONF= + recognize KERNCONF=. @@ -737,8 +737,8 @@ options _KPOSIX_PRIORITY_SCHEDULING Real-time extensions added in the 1993 POSIX. Certain - applications in the ports collection use these (such as Star - Office). + applications in the ports collection use these (such as Star + Office). kernel options @@ -1021,7 +1021,7 @@ device miibus to the kernel config pulls in support for the generic miibus API and all of the PHY drivers, including a generic one for PHYs that are not specifically handled - by an individual driver + by an individual driver. device dc # DEC/Intel 21143 and various workalikes device rl # RealTek 8129/8139 @@ -1303,7 +1303,7 @@ an excellent mechanism for recovering from incompatible kernels. Simply choose the kernel you want to boot from at the FreeBSD boot loader. You can access this when the system - counts down from 10. Hit any key except for the enter key, + counts down from 10. Hit any key except for Enter, type unload and then type boot kernel.old, or the @@ -1381,4 +1381,3 @@ sgml-parent-document: ("../book.sgml" "part" "chapter") End: --> - >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message