From: Joshua Slive Date: Thu, 11 Oct 2001 15:23:07 +0000 (+0000) Subject: Eventually I'll get this right. X-Git-Tag: 2.0.26~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27a0eae1163159d681b437183e1019dd733a28a5;p=thirdparty%2Fapache%2Fhttpd.git Eventually I'll get this right. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91430 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/man/rotatelogs.8 b/docs/man/rotatelogs.8 index b9aeea077d8..9d75f32ae9a 100644 --- a/docs/man/rotatelogs.8 +++ b/docs/man/rotatelogs.8 @@ -67,7 +67,7 @@ feature, which can be used like this: CustomLog "|bin/rotatelogs /var/logs/logfile 86400" common .mf -This creates the files /path/to/logs/logfile.nnnn where nnnn is the system +This creates the files /var/logs/logfile.nnnn where nnnn is the system time at which the log nominally starts (this time will always be a multiple of the rotation time, so you can synchronize cron scripts with it). At the end of each rotation time (here after 24 hours) a new log is started. diff --git a/docs/manual/programs/rotatelogs.html b/docs/manual/programs/rotatelogs.html index a5d9c52b408..45f233b9b93 100644 --- a/docs/manual/programs/rotatelogs.html +++ b/docs/manual/programs/rotatelogs.html @@ -21,11 +21,11 @@ vlink="#000080" alink="#ff0000"> CustomLog "|bin/rotatelogs /var/logs/logfile 86400" common - This creates the files /path/to/logs/logfile.nnnn where nnnn - is the system time at which the log nominally starts (this - time will always be a multiple of the rotation time, so you - can synchronize cron scripts with it). At the end of each - rotation time (here after 24 hours) a new log is started. + This creates the files /var/logs/logfile.nnnn where nnnn is + the system time at which the log nominally starts (this time + will always be a multiple of the rotation time, so you can + synchronize cron scripts with it). At the end of each rota- + tion time (here after 24 hours) a new log is started. OPTIONS logfile