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/18 05:03:46 UTC

svn commit: r1172177 - in /httpd/httpd/trunk/docs/manual/mod: core.html.en core.xml

Author: rbowen
Date: Sun Sep 18 03:03:46 2011
New Revision: 1172177

URL: http://svn.apache.org/viewvc?rev=1172177&view=rev
Log:
Trying to make it slightly clearer that 'name' in these examples is a variable to be replaced.

Modified:
    httpd/httpd/trunk/docs/manual/mod/core.html.en
    httpd/httpd/trunk/docs/manual/mod/core.xml

Modified: httpd/httpd/trunk/docs/manual/mod/core.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.html.en?rev=1172177&r1=1172176&r2=1172177&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.html.en Sun Sep 18 03:03:46 2011
@@ -1405,14 +1405,14 @@ in case of an error</td></tr>
         <td>Remote IP-address and port</td></tr>
 <tr><td><code>%...A</code></td>
         <td>Local IP-address and port</td></tr>
-<tr class="odd"><td><code>%...{name}e</code></td>
-        <td>Request environment variable <code>name</code></td></tr>
+<tr class="odd"><td><code>%...{<em>name</em>}e</code></td>
+        <td>Request environment variable <em>name</em></td></tr>
 <tr><td><code>%...E</code></td>
         <td>APR/OS error status code and string</td></tr>
 <tr class="odd"><td><code>%...F</code></td>
         <td>Source file name and line number of the log call</td></tr>
-<tr><td><code>%...{name}i</code></td>
-        <td>Request header <code>name</code></td></tr>
+<tr><td><code>%...{<em>name</em>}i</code></td>
+        <td>Request header <em>name</em></td></tr>
 <tr class="odd"><td><code>%...k</code></td>
         <td>Number of keep-alive requests on this connection</td></tr>
 <tr><td><code>%...l</code></td>
@@ -1427,8 +1427,8 @@ in case of an error</td></tr>
         <td>Name of the module logging the message</td></tr>
 <tr class="odd"><td><code>%M</code></td>
         <td>The actual log message</td></tr>
-<tr><td><code>%...{name}n</code></td>
-        <td>Request note <code>name</code></td></tr>
+<tr><td><code>%...{<em>name</em>}n</code></td>
+        <td>Request note <em>name</em></td></tr>
 <tr class="odd"><td><code>%...P</code></td>
         <td>Process ID of current process</td></tr>
 <tr><td><code>%...T</code></td>

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml?rev=1172177&r1=1172176&r2=1172177&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml Sun Sep 18 03:03:46 2011
@@ -1352,8 +1352,8 @@ in case of an error</description>
     <tr><td><code>%...A</code></td>
         <td>Local IP-address and port</td></tr>
 
-    <tr><td><code>%...{name}e</code></td>
-        <td>Request environment variable <code>name</code></td></tr>
+    <tr><td><code>%...{<em>name</em>}e</code></td>
+        <td>Request environment variable <em>name</em></td></tr>
 
     <tr><td><code>%...E</code></td>
         <td>APR/OS error status code and string</td></tr>
@@ -1361,8 +1361,8 @@ in case of an error</description>
     <tr><td><code>%...F</code></td>
         <td>Source file name and line number of the log call</td></tr>
 
-    <tr><td><code>%...{name}i</code></td>
-        <td>Request header <code>name</code></td></tr>
+    <tr><td><code>%...{<em>name</em>}i</code></td>
+        <td>Request header <em>name</em></td></tr>
 
     <tr><td><code>%...k</code></td>
         <td>Number of keep-alive requests on this connection</td></tr>
@@ -1385,8 +1385,8 @@ in case of an error</description>
     <tr><td><code>%M</code></td>
         <td>The actual log message</td></tr>
 
-    <tr><td><code>%...{name}n</code></td>
-        <td>Request note <code>name</code></td></tr>
+    <tr><td><code>%...{<em>name</em>}n</code></td>
+        <td>Request note <em>name</em></td></tr>
 
     <tr><td><code>%...P</code></td>
         <td>Process ID of current process</td></tr>