From: Jason S. Lingohr Date: Sat, 9 Jul 2005 10:50:09 +0000 (+0000) Subject: Minor changes. X-Git-Tag: 2.1.7~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2505c3e47ee5b9b4a165ed463a422d05280c318;p=thirdparty%2Fapache%2Fhttpd.git Minor changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@209936 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/debugging.xml b/docs/manual/developer/debugging.xml index ab83b101311..ab97ec07a7a 100644 --- a/docs/manual/developer/debugging.xml +++ b/docs/manual/developer/debugging.xml @@ -26,7 +26,7 @@ Debugging Memory Allocation in APR -

The allocation mechanism's within APR have a number of debugging modes +

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.

@@ -100,7 +100,8 @@ Provide some statistics on the cost of allocations. -

This requires a bit of an understanding of how alloc.c works.

+

This requires a bit of an understanding of how alloc.c + works.