From owner-svn-doc-head@FreeBSD.ORG Fri Jun 19 17:16:58 2015 Return-Path: Delivered-To: svn-doc-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7AE7BC02; Fri, 19 Jun 2015 17:16:58 +0000 (UTC) (envelope-from gnn@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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 68D76BFD; Fri, 19 Jun 2015 17:16:58 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5JHGwJh045131; Fri, 19 Jun 2015 17:16:58 GMT (envelope-from gnn@FreeBSD.org) Received: (from gnn@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5JHGwZR045130; Fri, 19 Jun 2015 17:16:58 GMT (envelope-from gnn@FreeBSD.org) Message-Id: <201506191716.t5JHGwZR045130@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gnn set sender to gnn@FreeBSD.org using -f From: "George V. Neville-Neil" Date: Fri, 19 Jun 2015 17:16:58 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46841 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jun 2015 17:16:58 -0000 Author: gnn Date: Fri Jun 19 17:16:57 2015 New Revision: 46841 URL: https://svnweb.freebsd.org/changeset/doc/46841 Log: Add a link to the DTrace Guide from Illumos. An update to this guide was announced today and we did not yet have a link in our own docs. The Guide is the best place for new DTrace users to start learning about how to use it. Approved by: brd 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 Fri Jun 19 14:52:48 2015 (r46840) +++ head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Fri Jun 19 17:16:57 2015 (r46841) @@ -61,6 +61,10 @@ that might make this chapter too large. &dtrace; support, but it is not considered production ready. In particular, it is possible to crash traced programs. + The official guide to DTrace is maintained by the Illumos + project at +