From owner-freebsd-doc Fri May 10 15:50:22 2002 Delivered-To: freebsd-doc@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1051937B407 for ; Fri, 10 May 2002 15:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4AMo2V19726; Fri, 10 May 2002 15:50:02 -0700 (PDT) (envelope-from gnats) Received: from Kain.sumuk.de (Kain.sumuk.de [213.221.86.114]) by hub.freebsd.org (Postfix) with ESMTP id BED8737B40A for ; Fri, 10 May 2002 15:46:19 -0700 (PDT) Received: from Moses.earth.sol (Moses.earth.sol [192.168.1.1]) by Kain.sumuk.de (8.11.6/8.11.6) with ESMTP id g4AMkI055675 for ; Sat, 11 May 2002 00:46:18 +0200 (CEST) (envelope-from martin@sumuk.de) Received: (from vincent@localhost) by Moses.earth.sol (8.11.6/8.11.6) id g4AMkGt25667; Sat, 11 May 2002 00:46:16 +0200 (CEST) (envelope-from vincent) Message-Id: <200205102246.g4AMkGt25667@Moses.earth.sol> Date: Sat, 11 May 2002 00:46:16 +0200 (CEST) From: Martin Heinen Reply-To: Martin Heinen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/37943: [PATCH] minor corrections for cutting-edge 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: 37943 >Category: docs >Synopsis: [PATCH] minor corrections for cutting-edge >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: Fri May 10 15:50:01 PDT 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: - changed '..' to '.' - replaced with something more appropriate - added missing mark up - Pentium 3 -> Pentium III - added the missing word 'file' >How-To-Repeat: Read the chapter 'The Cutting Edge'. >Fix: Index: chapter.sgml =================================================================== RCS file: /u/cvs/doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml,v retrieving revision 1.121 diff -u -r1.121 chapter.sgml --- chapter.sgml 10 May 2002 16:12:14 -0000 1.121 +++ chapter.sgml 10 May 2002 22:34:45 -0000 @@ -561,7 +561,7 @@ CTM, on the other hand, does not interactively compare the sources you have with those on the master - archive or otherwise pull them across.. Instead, a script which + archive or otherwise pull them across. Instead, a script which identifies changes in files since its previous run is executed several times a day on the master CTM machine, any detected changes being compressed, stamped with a sequence-number and encoded for @@ -699,8 +699,8 @@ to exist. When performing an upgrade it is likely that these groups did not exist. This caused problems when upgrading. - The most recent example of this is when the The most recent example of this is when the ppp group + (later renamed network) was added. Users had the installation process fail for them when parts of the ppp subsystem were installed using a non-existent (for them) group name. @@ -930,7 +930,7 @@ &prompt.root; make buildworld - It is now possible to specify a -j option to + It is now possible to specify a option to make which will cause it to spawn several simultaneous processes. This is most useful on multi-CPU machines. However, since much of the compiling process is IO bound rather @@ -962,7 +962,7 @@ Many factors influence the build time, but currently a 500 MHz - Pentium 3 with 128 MB of RAM takes about 2 hours to build + Pentium III with 128 MB of RAM takes about 2 hours to build the &os.stable; tree, with no tricks or shortcuts used during the process. A &os.current; tree will take somewhat longer. @@ -1099,7 +1099,7 @@ merge the temporary file with the currently installed file, or view the &man.diff.1; results again. - Choosing to delete the temporary will tell &man.mergemaster.8; that we + Choosing to delete the temporary file will tell &man.mergemaster.8; that we wish to keep our current file unchanged, and to delete the one that is new. This option is not the most recommended one, unless you see no reason to change the current file. You can get help at any time by @@ -1418,7 +1418,7 @@ There is no easy answer to this one, as it depends on the - nature of the change. For example, if you just ran CVSup, and + nature of the change. For example, if you just ran CVSup, and it has shown the following files as being updated, src/games/cribbage/instr.c @@ -1500,7 +1500,7 @@ corners. If you want to live dangerously then make the world, passing - the NOCLEAN definition to make, like + the NOCLEAN definition to make, like this: &prompt.root; make -DNOCLEAN world @@ -1601,11 +1601,11 @@ Also in /etc/make.conf, set - CFLAGS to something like -O - -pipe. The optimization -O2 is much + CFLAGS to something like . The optimization is much slower, and the optimization difference between - -O and -O2 is normally - negligible. -pipe lets the compiler use + and is normally + negligible. lets the compiler use pipes rather than temporary files for communication, which saves disk access (at the expense of memory). >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message