mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
Fixed an unescaped '%' in rotatelogs.8 and updated the HTML page.
PR: 18452 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99166 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -74,7 +74,7 @@ of each rotation time (here after 24 hours) a new log is started.
|
|||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.IP \fB\fIlogfile\fP
|
.IP \fB\fIlogfile\fP
|
||||||
The path plus basename of the logfile. If \fBlogfile\fP includes any
|
The path plus basename of the logfile. If \fBlogfile\fP includes any
|
||||||
'%' characters, it is treated as a format string for \fIstrftime(3)\fP.
|
\'%\' characters, it is treated as a format string for \fIstrftime(3)\fP.
|
||||||
Otherwise, the suffix .nnnnnnnnnn is automatically added and is the time
|
Otherwise, the suffix .nnnnnnnnnn is automatically added and is the time
|
||||||
in seconds. Both formats compute the start time from the beginning of the
|
in seconds. Both formats compute the start time from the beginning of the
|
||||||
current period.
|
current period.
|
||||||
|
@ -32,11 +32,12 @@ vlink="#000080" alink="#ff0000">
|
|||||||
|
|
||||||
<strong>OPTIONS</strong>
|
<strong>OPTIONS</strong>
|
||||||
<em>logfile</em>
|
<em>logfile</em>
|
||||||
The path plus basename of the logfile. If <strong>logfile</strong>
|
The path plus basename of the logfile. If <strong>logfile</strong>
|
||||||
includes any Otherwise, the suffix .nnnnnnnnnn is
|
includes any '%' characters, it is treated as a format
|
||||||
automatically added and is the time in seconds. Both
|
string for <em>strftime</em>(<em>3</em>). Otherwise, the suffix
|
||||||
formats compute the start time from the beginning of
|
.nnnnnnnnnn is automatically added and is the time in
|
||||||
the current period.
|
seconds. Both formats compute the start time from the
|
||||||
|
beginning of the current period.
|
||||||
|
|
||||||
<em>rotationtime</em>
|
<em>rotationtime</em>
|
||||||
The rotation time in seconds.
|
The rotation time in seconds.
|
||||||
|
Reference in New Issue
Block a user