summaryrefslogtreecommitdiff
path: root/docs/manual
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2010-04-09 12:44:32 +0000
committerRich Bowen <rbowen@apache.org>2010-04-09 12:44:32 +0000
commit51074fc7810454298960dc0b68bec2c9c4b11f73 (patch)
tree31194494111c8caad49b9185d3b00d27d962350a /docs/manual
parent466a3eb53c530357354079fcabbf519ac4569cad (diff)
downloadhttpd-51074fc7810454298960dc0b68bec2c9c4b11f73.tar.gz
Remove another confusing explanation of how things used to be long, long
ago. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@932391 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/mod/mod_log_config.html.en4
-rw-r--r--docs/manual/mod/mod_log_config.xml4
2 files changed, 2 insertions, 6 deletions
diff --git a/docs/manual/mod/mod_log_config.html.en b/docs/manual/mod/mod_log_config.html.en
index 94ef74552f..720dc29744 100644
--- a/docs/manual/mod/mod_log_config.html.en
+++ b/docs/manual/mod/mod_log_config.html.en
@@ -186,9 +186,7 @@
sent.</td></tr>
</table>
- <p>(This directive was <code>%c</code> in late versions of Apache
- 1.3, but this conflicted with the historical ssl
- <code>%{<var>var</var>}c</code> syntax.)</p></td></tr>
+ </td></tr>
<tr class="odd"><td><code>%I</code></td>
<td>Bytes received, including request and headers, cannot be zero.
You need to enable <code class="module"><a href="../mod/mod_logio.html">mod_logio</a></code> to use this.</td></tr>
diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml
index ffbea81f2e..2253b52244 100644
--- a/docs/manual/mod/mod_log_config.xml
+++ b/docs/manual/mod/mod_log_config.xml
@@ -208,9 +208,7 @@
sent.</td></tr>
</table>
- <p>(This directive was <code>%c</code> in late versions of Apache
- 1.3, but this conflicted with the historical ssl
- <code>%{<var>var</var>}c</code> syntax.)</p></td></tr>
+ </td></tr>
<tr><td><code>%I</code></td>
<td>Bytes received, including request and headers, cannot be zero.