1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

Still more cleanups. Thanks to linklint for this round.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78083 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Marc Slemko
1997-05-01 05:59:56 +00:00
parent 12e17e74b5
commit 90b33005b0
7 changed files with 10 additions and 10 deletions

View File

@@ -596,7 +596,7 @@ of the strings, as a unit; for instance:
returns a pointer to 8 bytes worth of memory, initialized to
<code>"foo/bar"</code>.
<h3>Tracking open files, etc.</h3>
<h3><a name="pool-files">Tracking open files, etc.</a></h3>
As indicated above, resource pools are also used to track other sorts
of resources besides memory. The most common are open files. The