]> granicus.if.org Git - apache/commitdiff
Change note->environment variable and convert <pre> list to <table>.
authorJoshua Slive <slive@apache.org>
Sat, 10 Nov 2001 18:29:22 +0000 (18:29 +0000)
committerJoshua Slive <slive@apache.org>
Sat, 10 Nov 2001 18:29:22 +0000 (18:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91833 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_headers.html

index 513fe6b0289a12f57114b75d76096bc58db5b065..6a8855b95187398c5f5f3f46bf13a9868dc1de93 100644 (file)
     string, a string containing format specifiers or a combination
     of both. The following format specifiers are supported in
     <em>value</em>:</p>
-<pre>
-%t: The time the request was received in Universal Coordinated Time
-    since the epoch (Jan. 1, 1970) measured in microseconds. The
-    value is preceded by "t=".
-%D:     The time from when the request was received to the time the
-        headers are sent on the wire. This is a measure of the
-    duration of the request. The value is preceded by "D=".
-%{NOTE-NAME}e: The value of the note 'NOTE-NAME' (set via 
-    mod_include's set SSI command)
-</pre>
+<table>
+<tr><td>%t: </td> <td>The time the request was received in Universal
+Coordinated Time since the epoch (Jan. 1, 1970) measured in
+microseconds. The value is preceded by "t=".</td></tr>
+
+<tr><td>%D: </td> <td>The time from when the request was received to
+the time the headers are sent on the wire. This is a measure of the
+duration of the request. The value is preceded by "D=".</td></tr>
+
+<tr><td>%{FOOBAR}e: The contents of the <a href="../env.html">environment
+variable</a> FOOBAR.</td></tr>
+</table>
 
     <p>When the <code>Header</code> directive is used with the
     <code>add</code>, <code>append</code>, or <code>set</code>