White space fix only. Translators can ignore.

Sponsored by:	iXsystems
This commit is contained in:
Dru Lavigne 2014-04-07 15:16:17 +00:00
parent ced11fe2e7
commit 7223718f21
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44465

View file

@ -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 ... -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="dtrace">
<info><title>&dtrace;</title>
<info>
<title>&dtrace;</title>
<authorgroup>
<author><personname><firstname>Tom</firstname><surname>Rhodes</surname></personname><contrib>Written by </contrib></author>
<author><personname><firstname>Tom</firstname><surname>Rhodes</surname></personname><contrib>Written
by </contrib></author>
</authorgroup>
</info>
<sect1 xml:id="dtrace-synopsis">
<title>Synopsis</title>
@ -103,9 +104,8 @@ that might make this chapter too large.
<sect1 xml:id="dtrace-implementation">
<title>Implementation Differences</title>
<para>While the &dtrace; in &os; is similar to that found
in &solaris;, differences do exist.
The primary difference is that
<para>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.</para>
@ -131,22 +131,21 @@ that might make this chapter too large.
<para>Due to security differences, only <systemitem
class="username">root</systemitem> may use &dtrace; on &os;.
&solaris; has a few
low level security checks which do not yet exist in &os;. As
such, the <filename>/dev/dtrace/dtrace</filename> is
strictly limited to <systemitem class="username">root</systemitem>.</para>
&solaris; has a few low level security checks which do not yet
exist in &os;. As such, the
<filename>/dev/dtrace/dtrace</filename> is strictly limited to
<systemitem class="username">root</systemitem>.</para>
<para>&dtrace; falls under &sun;'s Common
Development and Distribution License
(<acronym>CDDL</acronym>) license. To view this license on &os;,
see
<para>&dtrace; falls under &sun;'s Common Development and
Distribution License (<acronym>CDDL</acronym>) license. To view
this license on &os;, see
<filename>/usr/src/cddl/contrib/opensolaris/OPENSOLARIS.LICENSE</filename>
or view it online at
<uri xlink:href="http://www.opensolaris.org/os/licensing">http://www.opensolaris.org/os/licensing</uri>.
While a &os; kernel with &dtrace; support
is <acronym>BSD</acronym> licensed,
the <acronym>CDDL</acronym> is used when the modules are
distributed in binary form or the binaries are loaded.</para>
or view it online at <uri
xlink:href="http://www.opensolaris.org/os/licensing">http://www.opensolaris.org/os/licensing</uri>.
While a &os; kernel with &dtrace; support is
<acronym>BSD</acronym> licensed, the <acronym>CDDL</acronym> is
used when the modules are distributed in binary form or the
binaries are loaded.</para>
</sect1>
<sect1 xml:id="dtrace-enable">
@ -179,7 +178,8 @@ options DDB_CTF</programlisting>
the <filename>GENERIC</filename> kernel configuration.</para>
</note>
<para>To accomplish this task, rebuild the &os; sources using:</para>
<para>To accomplish this task, rebuild the &os; sources
using:</para>
<!-- XXXTR: WITH_CTF has been reported to leave a user with a
broken system when used with buildworld. Until this is
@ -388,7 +388,7 @@ Elapsed Times for processes csh,
language of &dtrace;. This language is called <quote>the D
language</quote> by &sun; documentation, and it is very similar
to C++. An in depth discussion of the language is beyond the
scope of this document. It is extensively discussed
at <uri xlink:href="http://wikis.oracle.com/display/DTrace/Documentation">http://wikis.oracle.com/display/DTrace/Documentation</uri>.</para>
scope of this document. It is extensively discussed at <uri
xlink:href="http://wikis.oracle.com/display/DTrace/Documentation">http://wikis.oracle.com/display/DTrace/Documentation</uri>.</para>
</sect1>
</chapter>