]> granicus.if.org Git - apache/commitdiff
Nitpick - Be consistent with ending each format description with a fullstop.
authorRich Bowen <rbowen@apache.org>
Mon, 19 Sep 2011 00:19:24 +0000 (00:19 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 19 Sep 2011 00:19:24 +0000 (00:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1172397 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_log_config.xml

index 311c7cd7fe01f27ae8b2d98e73876646fd59af28..740a4e3e607dbf9174b9ef0c989b4ff60f77eb99 100644 (file)
         <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>
 
     <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)
 
     <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
         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
 
     <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>
 
     <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>