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
|
||||
.IP \fB\fIlogfile\fP
|
||||
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
|
||||
in seconds. Both formats compute the start time from the beginning of the
|
||||
current period.
|
||||
|
@ -33,10 +33,11 @@ vlink="#000080" alink="#ff0000">
|
||||
<strong>OPTIONS</strong>
|
||||
<em>logfile</em>
|
||||
The path plus basename of the logfile. If <strong>logfile</strong>
|
||||
includes any Otherwise, the suffix .nnnnnnnnnn is
|
||||
automatically added and is the time in seconds. Both
|
||||
formats compute the start time from the beginning of
|
||||
the current period.
|
||||
includes any '%' characters, it is treated as a format
|
||||
string for <em>strftime</em>(<em>3</em>). Otherwise, the suffix
|
||||
.nnnnnnnnnn is automatically added and is the time in
|
||||
seconds. Both formats compute the start time from the
|
||||
beginning of the current period.
|
||||
|
||||
<em>rotationtime</em>
|
||||
The rotation time in seconds.
|
||||
|
Reference in New Issue
Block a user