summaryrefslogtreecommitdiff
path: root/docs/manual/developer/debugging.html
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2001-06-27 03:34:15 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2001-06-27 03:34:15 +0000
commit3b24cc7824b07037ba5085d97c22e1ee68f8e1a4 (patch)
treec591440ff84e91139588dc02c9a687189adb2d8e /docs/manual/developer/debugging.html
parentf2f4dff20401dc0942bca2b1a31bef55943376d7 (diff)
downloadhttpd-3b24cc7824b07037ba5085d97c22e1ee68f8e1a4.tar.gz
Update docs to reflect API changes and typos.
Harrie Hazewinkel <harrie@covalent.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89426 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/developer/debugging.html')
-rw-r--r--docs/manual/developer/debugging.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/developer/debugging.html b/docs/manual/developer/debugging.html
index 581f1b8c58..4cc3b02e7d 100644
--- a/docs/manual/developer/debugging.html
+++ b/docs/manual/developer/debugging.html
@@ -130,7 +130,7 @@ the modes available and gives instructions on activating them.</p>
<a name="howto">
<h2>Activating Debugging Options</h2>
-<p>The various options for debugging memory are now enabled in the apr_general.h header file in APR. The various options are enabled by uncommenting the define for the option you wish to use. The section of the code currently looks like this <em>(contained in src/lib/apr/inclide/apr_general.h)</em></p>
+<p>The various options for debugging memory are now enabled in the apr_general.h header file in APR. The various options are enabled by uncommenting the define for the option you wish to use. The section of the code currently looks like this <em>(contained in srclib/apr/include/apr_pools.h)</em></p>
<pre>
/*