From owner-svn-doc-all@FreeBSD.ORG Mon Oct 22 19:02:21 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7E356E91; Mon, 22 Oct 2012 19:02:21 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 63D428FC0C; Mon, 22 Oct 2012 19:02:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9MJ2LPp079817; Mon, 22 Oct 2012 19:02:21 GMT (envelope-from obrien@svn.freebsd.org) Received: (from obrien@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9MJ2LJG079815; Mon, 22 Oct 2012 19:02:21 GMT (envelope-from obrien@svn.freebsd.org) Message-Id: <201210221902.q9MJ2LJG079815@svn.freebsd.org> From: "David E. O'Brien" Date: Mon, 22 Oct 2012 19:02:21 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39793 - 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: Mon, 22 Oct 2012 19:02:21 -0000 Author: obrien Date: Mon Oct 22 19:02:20 2012 New Revision: 39793 URL: http://svn.freebsd.org/changeset/doc/39793 Log: Update information on how to obtain the DTrace Toolkit. 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 Mon Oct 22 18:47:09 2012 (r39792) +++ head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Mon Oct 22 19:02:20 2012 (r39793) @@ -198,11 +198,11 @@ options DDB_CTF shells/pdksh or shells/mksh. - Finally, obtain the current &dtrace; toolkit. The current - version is available at - . - There is an install mechanism included; however, installation - is not required to make use of the bundled utilities. + Finally, obtain the current &dtrace; toolkit. + If you are running FreeBSD 10, you will find the &dtrace; toolkit + in /usr/share/dtrace. + Otherwise, you can install the &dtrace; toolkit using the + sysutils/DTraceToolkit port.