From owner-svn-doc-all@FreeBSD.ORG Tue Mar 18 00:56:34 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 52E54719; Tue, 18 Mar 2014 00:56:34 +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 33011118; Tue, 18 Mar 2014 00:56:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2I0uYMJ049548; Tue, 18 Mar 2014 00:56:34 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2I0uYof049547; Tue, 18 Mar 2014 00:56:34 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201403180056.s2I0uYof049547@svn.freebsd.org> From: Warren Block Date: Tue, 18 Mar 2014 00:56:34 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44274 - head/en_US.ISO8859-1/books/handbook/cutting-edge 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: Tue, 18 Mar 2014 00:56:34 -0000 Author: wblock Date: Tue Mar 18 00:56:33 2014 New Revision: 44274 URL: http://svnweb.freebsd.org/changeset/doc/44274 Log: Restore lost tags. Modified: head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml Tue Mar 18 00:49:09 2014 (r44273) +++ head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml Tue Mar 18 00:56:33 2014 (r44274) @@ -420,10 +420,10 @@ MergeChanges /etc/ /var/named/etc/ /boot using the following commands: &prompt.root; mount /cdrom -&prompt.root; cd /cdrom/X.Y-RELEASE/kernels +&prompt.root; cd /cdrom/X.Y-RELEASE/kernels &prompt.root; ./install.sh GENERIC - Replace X.Y-RELEASE + Replace X.Y-RELEASE with the actual version of the release being used. The GENERIC kernel will be installed in /boot/GENERIC by @@ -797,7 +797,7 @@ before running "/usr/sbin/freebsd-update fetch a clean copy of the documentation sources from the western US mirror using the HTTPS protocol: - &prompt.root; svn checkout https://svn0.us-west.FreeBSD.org/doc/head /usr/doc + &prompt.root; svn checkout https://svn0.us-west.FreeBSD.org/doc/head /usr/doc Select the closest mirror from the available Subversion mirror @@ -1109,7 +1109,7 @@ before running "/usr/sbin/freebsd-update Packages use a format that differs from the corresponding port's name: - lang-freebsd-doc, + lang-freebsd-doc, where lang is the short format of the language code, such as hu for Hungarian, or zh_cn for Simplified @@ -1765,7 +1765,7 @@ Script done, … The general format of the command is as follows: - &prompt.root; make -x -DVARIABLE target + &prompt.root; make -x -DVARIABLE target In this example, is an option @@ -1779,7 +1779,7 @@ Script done, … in /etc/make.conf, and this provides another way of setting them. For example: - &prompt.root; make -DNO_PROFILE target + &prompt.root; make -DNO_PROFILE target is another way of specifying that profiled libraries should not be built, and corresponds with the @@ -1801,7 +1801,7 @@ Script done, … Most of the time, no parameters need to be passed to &man.make.1; and the command looks like this: - &prompt.root; make target + &prompt.root; make target Where target is one of many build options. The first target should always be @@ -1908,11 +1908,11 @@ Script done, … To build a custom kernel with an existing customized configuration file, use - KERNCONF=MYKERNEL: + KERNCONF=MYKERNEL: &prompt.root; cd /usr/src -&prompt.root; make buildkernel KERNCONF=MYKERNEL -&prompt.root; make installkernel KERNCONF=MYKERNEL +&prompt.root; make buildkernel KERNCONF=MYKERNEL +&prompt.root; make installkernel KERNCONF=MYKERNEL @@ -2472,7 +2472,7 @@ Building everything.. . The file system holding - /usr/obj can be mounted or + /usr/obj can be mounted or remounted with so that disk writes happen asynchronously. The write completes immediately, and the data is written to the disk a @@ -2601,7 +2601,7 @@ Building everything.. should list them all in KERNCONF, listing its own kernel first. The build machine must have the kernel configuration files for each machine in - /usr/src/sys/arch/conf + /usr/src/sys/arch/conf if it is going to build their kernels.