diff options
author | Erik Abele <erikabele@apache.org> | 2007-10-20 21:27:49 +0200 |
---|---|---|
committer | Erik Abele <erikabele@apache.org> | 2007-10-20 21:27:49 +0200 |
commit | d792a8d5b9b9925ced439ec4fa413391dd3c78df (patch) | |
tree | 17c20dd911875ca92e788eca961e7fa2c2330fd1 /docs/manual/developer | |
parent | s/the the/the/ (diff) | |
download | apache2-d792a8d5b9b9925ced439ec4fa413391dd3c78df.tar.xz apache2-d792a8d5b9b9925ced439ec4fa413391dd3c78df.zip |
Transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@586788 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/developer')
-rw-r--r-- | docs/manual/developer/API.html.en | 2 | ||||
-rw-r--r-- | docs/manual/developer/documenting.html.en | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/developer/API.html.en b/docs/manual/developer/API.html.en index c1a1fee9f9..d0069ad72d 100644 --- a/docs/manual/developer/API.html.en +++ b/docs/manual/developer/API.html.en @@ -820,7 +820,7 @@ void *request_config; /* Notes on *this* request */</pre><p><code> <h3>Other sorts of resources -- cleanup functions</h3> - <p>More text goes here. Describe the the cleanup primitives in terms of + <p>More text goes here. Describe the cleanup primitives in terms of which the file stuff is implemented; also, <code>spawn_process</code>.</p> <p>Pool cleanups live until <code>clear_pool()</code> is called: diff --git a/docs/manual/developer/documenting.html.en b/docs/manual/developer/documenting.html.en index 38244aefe1..3c5ae436c4 100644 --- a/docs/manual/developer/documenting.html.en +++ b/docs/manual/developer/documenting.html.en @@ -22,7 +22,7 @@ </div> <p>Apache 2.0 uses <a href="http://www.doxygen.org/">Doxygen</a> to - document the APIs and global variables in the the code. This will explain + document the APIs and global variables in the code. This will explain the basics of how to document using Doxygen.</p> </div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> |