summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2024-10-18 14:47:09 +0200
committerYann Ylavic <ylavic@apache.org>2024-10-18 14:47:09 +0200
commitf53ad7d3955151333615d89318de212f9556e900 (patch)
tree14f962946aa6f977ac43521d480b8a1462468438 /docs
parentmod_ssl: Revert r1868929 on trunk (only). (diff)
downloadapache2-f53ad7d3955151333615d89318de212f9556e900.tar.xz
apache2-f53ad7d3955151333615d89318de212f9556e900.zip
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
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/mod/core.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 14cef7a89c..382db90aba 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -1765,11 +1765,11 @@ ErrorLogFormat "[%t] [%l] [pid %P] %F: %E: [client %a] %M"
<tr><td><code>%{cuz}t</code></td>
<td>The current time in ISO 8601 extended format (compact), including
micro-seconds and time zone in the ISO 8601:2000 standard format.
- Since 2.4.58 only</td></tr>
+ Available since 2.4.58 only</td></tr>
- <tr><td><code>%{&lt;%-format&gt;}t</code></td>
- <td>The current time formatted per the <code>strftime(3)</code>
- function. Since 2.4.58 only</td></tr>
+ <tr><td><code>%{%-format}t</code></td>
+ <td>The current time formatted per the <code>strftime(3)</code> function.
+ Available since 2.4.58 only</td></tr>
<tr><td><code>%v</code></td>
<td>The canonical <directive module="core">ServerName</directive>