You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ig...@apache.org on 2010/12/19 12:49:20 UTC

svn commit: r1050817 - /httpd/site/trunk/xdocs/dev/debugging.xml

Author: igalic
Date: Sun Dec 19 11:49:19 2010
New Revision: 1050817

URL: http://svn.apache.org/viewvc?rev=1050817&view=rev
Log:
Fix XML validation.

Modified:
    httpd/site/trunk/xdocs/dev/debugging.xml

Modified: httpd/site/trunk/xdocs/dev/debugging.xml
URL: http://svn.apache.org/viewvc/httpd/site/trunk/xdocs/dev/debugging.xml?rev=1050817&r1=1050816&r2=1050817&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/dev/debugging.xml [utf-8] (original)
+++ httpd/site/trunk/xdocs/dev/debugging.xml [utf-8] Sun Dec 19 11:49:19 2010
@@ -177,7 +177,7 @@ occurred during processing.</p>
 were called to get to a particular point in the process.  On some platforms
 you can get a live backtrace of any process.</p>
 
-<p>For SVR4-based variants of Unix, the <code>pstack<code> command for proc can
+<p>For SVR4-based variants of Unix, the <code>pstack</code> command for proc can
 be used to display a a live backtrace.  For example, on Solaris it looks 
 like</p>
 
@@ -495,5 +495,7 @@ allows the analysis of the sniffed data.
     another one.</li>
 </ul>
 
+</section>
+
 </body>
 </document>