summaryrefslogtreecommitdiffstats
path: root/docs/manual/developer/new_api_2_4.xml
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2011-09-23 15:36:39 +0200
committerJim Jagielski <jim@apache.org>2011-09-23 15:36:39 +0200
commit69c1a5c854b89a80cf5ca08b7b38d9f0a88c2667 (patch)
tree304a1e7196cfcd252ab9ce7c54b2de985e319a17 /docs/manual/developer/new_api_2_4.xml
parentdocco xforms (diff)
downloadapache2-69c1a5c854b89a80cf5ca08b7b38d9f0a88c2667.tar.xz
apache2-69c1a5c854b89a80cf5ca08b7b38d9f0a88c2667.zip
Cleanup effort in prep for GA push:
Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174747 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/developer/new_api_2_4.xml')
-rw-r--r--docs/manual/developer/new_api_2_4.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/developer/new_api_2_4.xml b/docs/manual/developer/new_api_2_4.xml
index 3a57ccd319..821da87b29 100644
--- a/docs/manual/developer/new_api_2_4.xml
+++ b/docs/manual/developer/new_api_2_4.xml
@@ -41,7 +41,7 @@
take advantage of API changes to offer significant improvements).</p>
<p>For the purpose of this document, the API is split according
to the public header files. These headers are themselves the
- reference documentation, and can be used to generate a browsable
+ reference documentation, and can be used to generate a browsable
HTML reference with <code>make docs</code>.</p>
</summary>
@@ -317,7 +317,7 @@
directly. In this way, the code will remain compatible with HTTPD 2.0
and 2.2.</p>
- <p>Code which calls <code>ap_log_*</code> without passing
+ <p>Code which calls <code>ap_log_*</code> without passing
<code>APLOG_MARK</code> will necessarily differ between 2.4 and earlier
releases, as 2.4 requires a new third argument,
<code>APLOG_MODULE_INDEX</code>.</p>
@@ -331,7 +331,7 @@
<br />
</example>
- <p>A <code>server_rec</code> pointer must be passed to
+ <p>A <code>server_rec</code> pointer must be passed to
<code>ap_log_error()</code> when called after startup. This
was always appropriate, but there are even more limitations with
a <code>NULL</code> <code>server_rec</code> in 2.4 than in
@@ -341,7 +341,7 @@
<code>NULL</code> only when it is valid to pass <code>NULL</code>
to <code>ap_log_error()</code>. <code>ap_server_conf</code>
should be used only when a more appropriate <code>server_rec</code>
- is not available.</p>
+ is not available.</p>
<p>Consider the following changes to take advantage of the new
<code>APLOG_TRACE1..8</code> log levels:</p>
@@ -381,7 +381,7 @@
literal address.</dd>
<dt><code>ap_get_server_version()</code></dt>
- <dd>For logging purposes, where detailed information is
+ <dd>For logging purposes, where detailed information is
appropriate, use <code>ap_get_server_description()</code>.
When generating output, where the amount of information
should be configurable by ServerTokens, use