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

Nitpick - Be consistent with ending each format description with a fullstop.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1172397 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rich Bowen
2011-09-19 00:19:24 +00:00
parent 8e08427487
commit 77b585d088

View File

@@ -68,13 +68,13 @@
<th>Description</th></tr>
<tr><td><code>%%</code></td>
<td>The percent sign</td></tr>
<td>The percent sign.</td></tr>
<tr><td><code>%a</code></td>
<td>Remote IP-address</td></tr>
<td>Remote IP-address.</td></tr>
<tr><td><code>%A</code></td>
<td>Local IP-address</td></tr>
<td>Local IP-address.</td></tr>
<tr><td><code>%B</code></td>
<td>Size of response in bytes, excluding HTTP headers.</td></tr>
@@ -92,16 +92,16 @@
<tr><td><code>%{<var>VARNAME</var>}e</code></td>
<td>The contents of the environment variable
<var>VARNAME</var></td></tr>
<var>VARNAME</var>.</td></tr>
<tr><td><code>%f</code></td>
<td>Filename</td></tr>
<td>Filename.</td></tr>
<tr><td><code>%h</code></td>
<td>Remote host</td></tr>
<td>Remote host.</td></tr>
<tr><td><code>%H</code></td>
<td>The request protocol</td></tr>
<td>The request protocol.</td></tr>
<tr><td><code>%{<var>VARNAME</var>}i</code></td>
<td>The contents of <code><var>VARNAME</var>:</code> header line(s)
@@ -124,10 +124,10 @@
<tr><td><code>%L</code></td>
<td>The request log ID from the error log (or '-' if nothing has been
logged to the error log for this request)</td></tr>
logged to the error log for this request).</td></tr>
<tr><td><code>%m</code></td>
<td>The request method</td></tr>
<td>The request method.</td></tr>
<tr><td><code>%{<var>VARNAME</var>}n</code></td>
<td>The contents of note <var>VARNAME</var> from another
@@ -138,7 +138,7 @@
in the reply.</td></tr>
<tr><td><code>%p</code></td>
<td>The canonical port of the server serving the request</td></tr>
<td>The canonical port of the server serving the request.</td></tr>
<tr><td><code>%{<var>format</var>}p</code></td>
<td>The canonical port of the server serving the request or the
@@ -158,10 +158,10 @@
<tr><td><code>%q</code></td>
<td>The query string (prepended with a <code>?</code> if a query
string exists, otherwise an empty string)</td></tr>
string exists, otherwise an empty string).</td></tr>
<tr><td><code>%r</code></td>
<td>First line of request</td></tr>
<td>First line of request.</td></tr>
<tr><td><code>%R</code></td>
<td>The handler generating the response (if any).</td></tr>
@@ -201,7 +201,7 @@
<tr><td><code>%u</code></td>
<td>Remote user (from auth; may be bogus if return status
(<code>%s</code>) is 401)</td></tr>
(<code>%s</code>) is 401).</td></tr>
<tr><td><code>%U</code></td>
<td>The URL path requested, not including any query string.</td></tr>