From owner-svn-doc-all@FreeBSD.ORG Sun Sep 1 22:36:53 2013 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 ESMTP id 0C85D634; Sun, 1 Sep 2013 22:36:53 +0000 (UTC) (envelope-from pgj@FreeBSD.org) 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 EC766297F; Sun, 1 Sep 2013 22:36:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81MaqUk038724; Sun, 1 Sep 2013 22:36:52 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81MaqOn038723; Sun, 1 Sep 2013 22:36:52 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201309012236.r81MaqOn038723@svn.freebsd.org> From: Gabor Pali Date: Sun, 1 Sep 2013 22:36:52 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42607 - head/en_US.ISO8859-1/books/handbook/dtrace 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.14 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: Sun, 01 Sep 2013 22:36:53 -0000 Author: pgj Date: Sun Sep 1 22:36:52 2013 New Revision: 42607 URL: http://svnweb.freebsd.org/changeset/doc/42607 Log: - Add a note saying that rebuilding the kernel with WITH_CTF is not required any more on 10.0 (and later). Reported by: rwatson Modified: head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Sat Aug 31 04:56:01 2013 (r42606) +++ head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Sun Sep 1 22:36:52 2013 (r42607) @@ -176,8 +176,15 @@ options DDB_CTF All sources must be rebuilt and installed with - CTF options. - To accomplish this task, rebuild the &os; sources using: + CTF options. + + + Starting from 10.0, the following steps are not needed any + more as the WITH_CTF option is included in + the GENERIC kernel configuration. + + + To accomplish this task, rebuild the &os; sources using: