diff options
author | Jason S. Lingohr <jsl@apache.org> | 2005-07-09 12:53:38 +0200 |
---|---|---|
committer | Jason S. Lingohr <jsl@apache.org> | 2005-07-09 12:53:38 +0200 |
commit | 0b55a191d58c8ccbfef0834c32469c6c6fcdf5af (patch) | |
tree | ab9cba9d3a37c6af2460e20f9af123d998dbc2d2 /docs/manual/developer/debugging.html.en | |
parent | Minor changes. (diff) | |
download | apache2-0b55a191d58c8ccbfef0834c32469c6c6fcdf5af.tar.xz apache2-0b55a191d58c8ccbfef0834c32469c6c6fcdf5af.zip |
Update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@209937 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/developer/debugging.html.en')
-rw-r--r-- | docs/manual/developer/debugging.html.en | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/manual/developer/debugging.html.en b/docs/manual/developer/debugging.html.en index 46aff0b91c..7f5e70d4ad 100644 --- a/docs/manual/developer/debugging.html.en +++ b/docs/manual/developer/debugging.html.en @@ -21,7 +21,7 @@ <p><span>Available Languages: </span><a href="../en/developer/debugging.html" title="English"> en </a></p> </div> - <p>The allocation mechanism's within APR have a number of debugging modes + <p>The allocation mechanisms within APR have a number of debugging modes that can be used to assist in finding memory problems. This document describes the modes available and gives instructions on activating them.</p> @@ -100,7 +100,8 @@ <div class="note">Provide some statistics on the cost of allocations.</div> - <p>This requires a bit of an understanding of how alloc.c works.</p> + <p>This requires a bit of an understanding of how <code>alloc.c</code> + works.</p> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> |