Skip to content

Commit f53ad7d

Browse files
committed
Improve ErrorLogFormat's %{cuz}t and %{%-format}t descriptions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921399 13f79535-47bb-0310-9956-ffa450edef68
1 parent 543a0be commit f53ad7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/manual/mod/core.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1765,11 +1765,11 @@ ErrorLogFormat "[%t] [%l] [pid %P] %F: %E: [client %a] %M"
17651765
<tr><td><code>%{cuz}t</code></td>
17661766
<td>The current time in ISO 8601 extended format (compact), including
17671767
micro-seconds and time zone in the ISO 8601:2000 standard format.
1768-
Since 2.4.58 only</td></tr>
1768+
Available since 2.4.58 only</td></tr>
17691769

1770-
<tr><td><code>%{&lt;%-format&gt;}t</code></td>
1771-
<td>The current time formatted per the <code>strftime(3)</code>
1772-
function. Since 2.4.58 only</td></tr>
1770+
<tr><td><code>%{%-format}t</code></td>
1771+
<td>The current time formatted per the <code>strftime(3)</code> function.
1772+
Available since 2.4.58 only</td></tr>
17731773

17741774
<tr><td><code>%v</code></td>
17751775
<td>The canonical <directive module="core">ServerName</directive>

0 commit comments

Comments
 (0)