diff options
author | Marc Slemko <marc@apache.org> | 1997-05-01 05:59:56 +0000 |
---|---|---|
committer | Marc Slemko <marc@apache.org> | 1997-05-01 05:59:56 +0000 |
commit | 90b33005b0d1ec67f45f95e65c0640d0c8a0d7e0 (patch) | |
tree | 27ba57fb434d757cbc5e227a76020487f940f494 /docs/manual/developer/API.html | |
parent | 12e17e74b52b8509ab574e88f0250432db7e5928 (diff) | |
download | httpd-90b33005b0d1ec67f45f95e65c0640d0c8a0d7e0.tar.gz |
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
Diffstat (limited to 'docs/manual/developer/API.html')
-rw-r--r-- | docs/manual/developer/API.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/developer/API.html b/docs/manual/developer/API.html index 456da2f1ba..98c442a84f 100644 --- a/docs/manual/developer/API.html +++ b/docs/manual/developer/API.html @@ -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 |