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:
Erik Abele
2003-04-01 19:08:40 +00:00
parent 7960eb1bc7
commit b0168c4d37
2 changed files with 7 additions and 6 deletions

View File

@ -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.

View File

@ -32,11 +32,12 @@ 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.
The path plus basename of the logfile. If <strong>logfile</strong>
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.