
takashi at apache
May 9, 2008, 7:42 PM
Post #1 of 1
(14 views)
Permalink
|
|
svn commit: r655005 - /httpd/httpd/branches/2.2.x/docs/manual/programs/rotatelogs.xml
|
|
Author: takashi Date: Fri May 9 19:42:05 2008 New Revision: 655005 URL: http://svn.apache.org/viewvc?rev=655005&view=rev Log: Note when "-f" was added Modified: httpd/httpd/branches/2.2.x/docs/manual/programs/rotatelogs.xml Modified: httpd/httpd/branches/2.2.x/docs/manual/programs/rotatelogs.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/programs/rotatelogs.xml?rev=655005&r1=655004&r2=655005&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/programs/rotatelogs.xml (original) +++ httpd/httpd/branches/2.2.x/docs/manual/programs/rotatelogs.xml Fri May 9 19:42:05 2008 @@ -59,7 +59,8 @@ a substantial delay between when the server is started and when the first request is handled, meaning that the associated logfile does not "exist" until then, which -causes problems from some automated logging tools)</dd> +causes problems from some automated logging tools). +<em>Available in version 2.2.9 and later.</em></dd> <dt><code><var>logfile</var></code></dt>
|