diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/core.xml | 8 |
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>%{<%-format>}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> |