You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2011/09/19 02:19:24 UTC

svn commit: r1172397 - /httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml

Author: rbowen
Date: Mon Sep 19 00:19:24 2011
New Revision: 1172397

URL: http://svn.apache.org/viewvc?rev=1172397&view=rev
Log:
Nitpick - Be consistent with ending each format description with a fullstop.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml?rev=1172397&r1=1172396&r2=1172397&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml Mon Sep 19 00:19:24 2011
@@ -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>