<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.32.2">
</HEAD>
<BODY>
On Fri, 2011-09-16 at 17:17 -0700, Alan Coopersmith wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Keeps xsltproc from adding random-number id tags to html output so that
it's easier to see real changes vs. different random numbers.

Signed-off-by: Alan Coopersmith &lt;<A HREF="mailto:alan.coopersmith@oracle.com">alan.coopersmith@oracle.com</A>&gt;
---
 doc/dtrace/Xserver-DTrace.xml |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/dtrace/Xserver-DTrace.xml b/doc/dtrace/Xserver-DTrace.xml
index 69cd30e..ebba466 100644
--- a/doc/dtrace/Xserver-DTrace.xml
+++ b/doc/dtrace/Xserver-DTrace.xml
@@ -15,7 +15,7 @@
       &lt;/affiliation&gt;
     &lt;/author&gt;
     &lt;releaseinfo&gt;X.Org Xserver version &amp;xserver.version;&lt;/releaseinfo&gt;
-    &lt;legalnotice&gt;
+&nbsp;&nbsp;&nbsp; &lt;legalnotice id=&quot;copyright&quot;&gt;
</PRE>
</BLOCKQUOTE>
This one would be easy to mass produce in the 60 docs. I'll add on my todo if I don't hear otherwise.
<BLOCKQUOTE TYPE=CITE>
<PRE>
       &lt;para&gt;
 Copyright (c) 2005, 2006, 2007, 2010, Oracle and/or its affiliates.
 All rights reserved.
@@ -79,7 +79,7 @@ DEALINGS IN THE SOFTWARE.
       &lt;parameter&gt;arg2&lt;/parameter&gt;, etc.  These tables should help you
       determine what the real data is for each of the probe arguments.
 
-    &lt;table&gt;
+    &lt;table id=&quot;probe-table&quot;&gt;
       &lt;title&gt;Probes and their arguments&lt;/title&gt;
       &lt;tgroup cols='7'&gt;
         &lt;colspec colname=&quot;probe&quot; colwidth=&quot;2*&quot;/&gt;
@@ -195,7 +195,7 @@ DEALINGS IN THE SOFTWARE.
       To access data buffers referenced via &lt;type&gt;uintptr_t&lt;/type&gt;'s, you will
       need to use &lt;ulink url=&quot;<A HREF="http://wikis.sun.com/display/DTrace/Actions+and+Subroutines#ActionsandSubroutines-{{copyin">http://wikis.sun.com/display/DTrace/Actions+and+Subroutines#ActionsandSubroutines-{{copyin</A>}}&quot;&gt;&lt;function&gt;copyin()&lt;/function&gt;&lt;/ulink&gt;.
 
-    &lt;table&gt;
+    &lt;table id=&quot;arguments-table&quot;&gt;
       &lt;title&gt;Probe Arguments&lt;/title&gt;
       &lt;tgroup cols='3'&gt;
         &lt;colspec colname=&quot;arg&quot; colwidth=&quot;2*&quot;/&gt;
@@ -313,7 +313,7 @@ DEALINGS IN THE SOFTWARE.
   &lt;sect1 id=&quot;examples&quot;&gt;
     &lt;title&gt;Examples&lt;/title&gt;
 
-    &lt;example&gt;
+    &lt;example id=&quot;counting-requests&quot;&gt;
       &lt;title&gt;Counting requests by request name&lt;/title&gt;
 
       &lt;para&gt;
@@ -370,7 +370,7 @@ Xserver*:::request-start
       &lt;/para&gt;
     &lt;/example&gt;
 
-    &lt;example&gt;
+    &lt;example id=&quot;cpu-per-request&quot;&gt;
       &lt;title&gt;Get average CPU time per request&lt;/title&gt;
 
       &lt;para&gt;This script records the CPU time used between the probes at
@@ -419,7 +419,7 @@ Xserver*:::request-done
       &lt;/para&gt;
     &lt;/example&gt;
 
-    &lt;example&gt;
+    &lt;example id=&quot;monitor-connects&quot;&gt;
       &lt;title&gt;Monitoring clients that connect and disconnect&lt;/title&gt;
 
       &lt;para&gt;
@@ -476,7 +476,7 @@ CPU     ID                    FUNCTION:NAME
       &lt;/para&gt;
     &lt;/example&gt;
 
-    &lt;example&gt;
+    &lt;example id=&quot;monitor-pixmaps&quot;&gt;
       &lt;title&gt;Monitoring clients creating Pixmaps&lt;/title&gt;
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;para&gt;
</PRE>
</BLOCKQUOTE>
<BR>
<BR>
Reviewed-by: Gaetan Nadon &lt;memsize@videotron.ca&gt;<BR>
<BR>
</BODY>
</HTML>