svn commit: r44465 - head/en_US.ISO8859-1/books/handbook/dtrace

Dru Lavigne dru at FreeBSD.org
Mon Apr 7 15:16:17 UTC 2014


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 ... -->
 <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>
-
-    <para>&dtrace; falls under &sun;'s Common
-      Development and Distribution License
-      (<acronym>CDDL</acronym>) 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
+      <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
       <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>


More information about the svn-doc-all mailing list