From owner-svn-doc-all@FreeBSD.ORG Mon Apr 7 15:16:17 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE03160E; Mon, 7 Apr 2014 15:16:17 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF338BF7; Mon, 7 Apr 2014 15:16:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s37FGHsC000892; Mon, 7 Apr 2014 15:16:17 GMT (envelope-from dru@svn.freebsd.org) Received: (from dru@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s37FGH9W000891; Mon, 7 Apr 2014 15:16:17 GMT (envelope-from dru@svn.freebsd.org) Message-Id: <201404071516.s37FGH9W000891@svn.freebsd.org> From: Dru Lavigne Date: Mon, 7 Apr 2014 15:16:17 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44465 - 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.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: Mon, 07 Apr 2014 15:16:17 -0000 Author: dru Date: Mon Apr 7 15:16:17 2014 New Revision: 44465 URL: http://svnweb.freebsd.org/changeset/doc/44465 Log: White space fix only. Translators can ignore. Sponsored by: iXsystems 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 Apr 7 15:12:06 2014 (r44464) +++ head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Mon Apr 7 15:16:17 2014 (r44465) @@ -15,14 +15,15 @@ that might make this chapter too large. re-write and large modification once DTrace is complete, but at least we can get everyone started ... --> - &dtrace; + + &dtrace; + - TomRhodesWritten by + TomRhodesWritten + by - - Synopsis @@ -103,9 +104,8 @@ that might make this chapter too large. Implementation Differences - While the &dtrace; in &os; is similar to that found - in &solaris;, differences do exist. - The primary difference is that + While the &dtrace; in &os; is similar to that found in + &solaris;, differences do exist. The primary difference is that on &os;, &dtrace; needs to be specifically enabled by loading kernel modules or by compiling a custom kernel with specific options. @@ -131,22 +131,21 @@ that might make this chapter too large. Due to security differences, only root may use &dtrace; on &os;. - &solaris; has a few - low level security checks which do not yet exist in &os;. As - such, the /dev/dtrace/dtrace is - strictly limited to root. - - &dtrace; falls under &sun;'s Common - Development and Distribution License - (CDDL) license. To view this license on &os;, - see + &solaris; has a few low level security checks which do not yet + exist in &os;. As such, the + /dev/dtrace/dtrace is strictly limited to + root. + + &dtrace; falls under &sun;'s Common Development and + Distribution License (CDDL) license. To view + this license on &os;, see /usr/src/cddl/contrib/opensolaris/OPENSOLARIS.LICENSE - or view it online at - http://www.opensolaris.org/os/licensing. - While a &os; kernel with &dtrace; support - is BSD licensed, - the CDDL is used when the modules are - distributed in binary form or the binaries are loaded. + or view it online at http://www.opensolaris.org/os/licensing. + While a &os; kernel with &dtrace; support is + BSD licensed, the CDDL is + used when the modules are distributed in binary form or the + binaries are loaded. @@ -179,7 +178,8 @@ options DDB_CTF the GENERIC kernel configuration. - To accomplish this task, rebuild the &os; sources using: + To accomplish this task, rebuild the &os; sources + using: