Move the title for Synopsis where it belongs.
Noticed by: manolis
This commit is contained in:
parent
643bec5b36
commit
90d30f50c5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=33023
1 changed files with 9 additions and 9 deletions
|
@ -24,6 +24,15 @@ that might make this chapter too large.
|
|||
|
||||
<title>DTrace</title>
|
||||
|
||||
<sect1 id="dtrace-synopsis">
|
||||
<title>Synopsis</title>
|
||||
|
||||
<indexterm><primary>DTrace</primary></indexterm>
|
||||
<indexterm>
|
||||
<primary>DTrace support</primary>
|
||||
<see>DTrace</see>
|
||||
</indexterm>
|
||||
|
||||
<para>DTrace, also known as Dynamic Tracing, was developed by
|
||||
&sun; as a tool for locating performance bottlenecks
|
||||
in production and pre-production systems. It is not, in any way,
|
||||
|
@ -37,15 +46,6 @@ that might make this chapter too large.
|
|||
the DTrace D Language, allowing them to customize their profiling
|
||||
based on specific needs.</para>
|
||||
|
||||
<sect1 id="dtrace-synopsis">
|
||||
<title>Synopsis</title>
|
||||
|
||||
<indexterm><primary>DTrace</primary></indexterm>
|
||||
<indexterm>
|
||||
<primary>DTrace support</primary>
|
||||
<see>DTrace</see>
|
||||
</indexterm>
|
||||
|
||||
<para>After reading this chapter, you will know:</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
|
Loading…
Reference in a new issue