From: Erik Abele Date: Tue, 1 Apr 2003 19:08:40 +0000 (+0000) Subject: Fixed an unescaped '%' in rotatelogs.8 and updated the HTML page. X-Git-Tag: pre_ajp_proxy~1938 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b0168c4d375fda17e3103181a4e4628dff4589cd;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/man/rotatelogs.8 b/docs/man/rotatelogs.8 index 007c3c73b19..ab9012ac603 100644 --- a/docs/man/rotatelogs.8 +++ b/docs/man/rotatelogs.8 @@ -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. diff --git a/docs/manual/programs/rotatelogs.html b/docs/manual/programs/rotatelogs.html index 7bf88d17b7e..2e989835cd7 100644 --- a/docs/manual/programs/rotatelogs.html +++ b/docs/manual/programs/rotatelogs.html @@ -32,11 +32,12 @@ vlink="#000080" alink="#ff0000"> OPTIONS logfile - The path plus basename of the logfile. If logfile - 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 logfile + includes any '%' characters, it is treated as a format + string for strftime(3). 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. rotationtime The rotation time in seconds.