]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Eventually I'll get this right.
authorJoshua Slive <slive@apache.org>
Thu, 11 Oct 2001 15:23:07 +0000 (15:23 +0000)
committerJoshua Slive <slive@apache.org>
Thu, 11 Oct 2001 15:23:07 +0000 (15:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91430 13f79535-47bb-0310-9956-ffa450edef68

docs/man/rotatelogs.8
docs/manual/programs/rotatelogs.html

index b9aeea077d84711f06bb94885c3983302ebe33ca..9d75f32ae9a5a162e2c492f1d280c9f0f3d6c272 100644 (file)
@@ -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.
index a5d9c52b408d9ee4e1c0fb3975763808cd321b67..45f233b9b93d4ce266ae108290cd0a8f081b5cad 100644 (file)
@@ -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.
 
 <strong>OPTIONS</strong>
      <em>logfile</em>