From: Daniel Gruno Date: Tue, 10 Apr 2012 13:21:04 +0000 (+0000) Subject: Rebuild X-Git-Tag: 2.5.0-alpha~7217 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f92ed744cb7bb09f4e29343b5750381d3abaa489;p=thirdparty%2Fapache%2Fhttpd.git Rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1311710 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/modguide.html.en b/docs/manual/developer/modguide.html.en index 0604fb84efa..228d5258857 100644 --- a/docs/manual/developer/modguide.html.en +++ b/docs/manual/developer/modguide.html.en @@ -411,12 +411,15 @@ In our module, we will primarilly be allocating memory for each request, so it's use the r->pool reference when creating new objects. A few of the functions for allocating memory within a pool are: Let's put these functions into an example handler: