From owner-svn-doc-all@FreeBSD.ORG Mon Oct 22 19:03:23 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 F3346F05; Mon, 22 Oct 2012 19:03:22 +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 DA0438FC0C; Mon, 22 Oct 2012 19:03:22 +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 q9MJ3MeX080023; Mon, 22 Oct 2012 19:03:22 GMT (envelope-from obrien@svn.freebsd.org) Received: (from obrien@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9MJ3M9H080021; Mon, 22 Oct 2012 19:03:22 GMT (envelope-from obrien@svn.freebsd.org) Message-Id: <201210221903.q9MJ3M9H080021@svn.freebsd.org> From: "David E. O'Brien" Date: Mon, 22 Oct 2012 19:03:22 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39794 - 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:03:23 -0000 Author: obrien Date: Mon Oct 22 19:03:22 2012 New Revision: 39794 URL: http://svn.freebsd.org/changeset/doc/39794 Log: Correct the spelling of "DTraceToolkit". 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 19:02:20 2012 (r39793) +++ head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Mon Oct 22 19:03:22 2012 (r39794) @@ -191,17 +191,17 @@ options DDB_CTF After rebooting and allowing the new kernel to be loaded into memory, support for the Korn shell should be added. This - is needed as the &dtrace; toolkit has several utilities written + is needed as the &dtrace;Toolkit has several utilities written in ksh. Install the shells/ksh93. It is also possible to run these tools under shells/pdksh or shells/mksh. - Finally, obtain the current &dtrace; toolkit. - If you are running FreeBSD 10, you will find the &dtrace; toolkit + 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 + Otherwise, you can install the &dtrace;Toolkit using the sysutils/DTraceToolkit port.